#781D0B

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

Shades of Falu Red #781D0B

Tints of Falu Red #781D0B

Color information

#781D0B (or 0x781D0B) is unknown color: approx Falu Red. HEX triplet: 78, 1D and 0B. RGB value is (120,29,11). Sum of RGB (Red+Green+Blue) = 120+29+11=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #781D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781D0B is #87E2F4. Grayscale: #363636. Windows color (decimal): -8905461 or 728440. OLE color: 728440.

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

Color convert

RGB1202911-
CMYK00.760.910.53
HSL9.91º83.21%25.69%-
HSV(B)9.91º90.83%47.06%-
XYZ8.254.90.83-
YUV54.16103.65174.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 75%
GREEN value IS 29 (11.72% from 255) = 18.12%
BLUE value IS 11 (4.69% from 255) = 6.88%
R=75%
G=18.12%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120291100.760.910.539.9183.2125.69
Hex781DB04C5B35a531a
Octal17035130114133651212332
Binary11110001110110110100110010110111101011010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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