#860D0C

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

Shades of Falu Red #860D0C

Tints of Falu Red #860D0C

Color information

#860D0C (or 0x860D0C) is unknown color: approx Falu Red. HEX triplet: 86, 0D and 0C. RGB value is (134,13,12). Sum of RGB (Red+Green+Blue) = 134+13+12=159 (21% of max value = 765). Red value is 134 (52.73% from 255 or 84.28% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 134 - color contains mainly: red. Hex color #860D0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860D0C is #79F2F3. Grayscale: #313131. Windows color (decimal): -7992052 or 789894. OLE color: 789894.

HSL color Cylindrical-coordinate representation of color #860D0C: hue angle of 0.49º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860D0C is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB1341312-
CMYK00.900.910.47
HSL0.49º83.56%28.63%-
HSV(B)0.49º91.04%52.55%-
XYZ10.045.380.86-
YUV49.06107.09188.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 84.28%
GREEN value IS 13 (5.47% from 255) = 8.18%
BLUE value IS 12 (5.08% from 255) = 7.55%
R=84.28%
G=8.18%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134131200.900.910.470.4983.5628.63
Hex86DC05A5B2F0541d
Octal2061514013213357012435
Binary10000110110111000101101010110111011110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860D0C; }

 p { color: rgb(134,13,12); }

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

<style>
 a { background-color: #860D0C; }

 a { background-color: rgb(134,13,12); }

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

<style>
 span { border-color: #860D0C; }

 span { border-color: rgb(134,13,12); }

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