#781D06

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

Shades of Falu Red #781D06

Tints of Falu Red #781D06

Color information

#781D06 (or 0x781D06) is unknown color: approx Falu Red. HEX triplet: 78, 1D and 06. RGB value is (120,29,6). Sum of RGB (Red+Green+Blue) = 120+29+6=155 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.42% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 120 - color contains mainly: red. Hex color #781D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781D06 is #87E2F9. Grayscale: #353535. Windows color (decimal): -8905466 or 400760. OLE color: 400760.

HSL color Cylindrical-coordinate representation of color #781D06: hue angle of 12.11º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #781D06 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB120296-
CMYK00.760.950.53
HSL12.11º90.48%24.71%-
HSV(B)12.11º95%47.06%-
XYZ8.224.880.68-
YUV53.59101.15175.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 77.42%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 6 (2.73% from 255) = 3.87%
R=77.42%
G=18.71%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12029600.760.950.5312.1190.4824.71
Hex781D604C5F35c5a19
Octal1703560114137651413231
Binary1111000111011100100110010111111101011100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781D06; }

 p { color: rgb(120,29,6); }

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

<style>
 a { background-color: #781D06; }

 a { background-color: rgb(120,29,6); }

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

<style>
 span { border-color: #781D06; }

 span { border-color: rgb(120,29,6); }

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