#751e08

Color #751E08 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #751E08

Tints of Falu Red #751E08

Color information

#751E08 (or 0x751E08) is unknown color: approx Falu Red. HEX triplet: 75, 1E and 08. RGB value is (117,30,8). Sum of RGB (Red+Green+Blue) = 117+30+8=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #751E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751E08 is #8AE1F7. Grayscale: #353535. Windows color (decimal): -9101816 or 532085. OLE color: 532085.

HSL color Cylindrical-coordinate representation of color #751E08: hue angle of 12.11º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #751E08 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB117308-
CMYK00.740.930.54
HSL12.11º87.2%24.51%-
HSV(B)12.11º93.16%45.88%-
XYZ7.844.730.73-
YUV53.5102.32173.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 75.48%
GREEN value IS 30 (12.11% from 255) = 19.35%
BLUE value IS 8 (3.52% from 255) = 5.16%
R=75.48%
G=19.35%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11730800.740.930.5412.1187.224.51
Hex751E804A5D36c5719
Octal16536100112135661412731
Binary11101011111010000100101010111011101101100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751e08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751e08; }

 p { color: rgb(117,30,8); }

 H1.HeaderClassName
 {
   color: #751e08;
 }
 .AnyTagClassName
 {
   color: #751e08;
 }
</style>
background-color css

<style>
 a { background-color: #751e08; }

 a { background-color: rgb(117,30,8); }

 div.DivClassName
 {
   background-color: #751e08;
 }
 .BgClassName
 {
   background-color: #751e08;
 }
</style>
border-color css

<style>
 span { border-color: #751e08; }

 span { border-color: rgb(117,30,8); }

 td.TdClassName
 {
   border-color: #751e08;
 }
 .TagClassName
 {
   border-color: #751e08;
 }
</style>