#8C1609

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

Shades of Falu Red #8C1609

Tints of Falu Red #8C1609

Color information

#8C1609 (or 0x8C1609) is unknown color: approx Falu Red. HEX triplet: 8C, 16 and 09. RGB value is (140,22,9). Sum of RGB (Red+Green+Blue) = 140+22+9=171 (22% of max value = 765). Red value is 140 (55.08% from 255 or 81.87% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1609 is #73E9F6. Grayscale: #373737. Windows color (decimal): -7596535 or 595596. OLE color: 595596.

HSL color Cylindrical-coordinate representation of color #8C1609: hue angle of 5.95º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C1609 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB140229-
CMYK00.840.940.45
HSL5.95º87.92%29.22%-
HSV(B)5.95º93.57%54.9%-
XYZ11.156.170.86-
YUV55.8101.59188.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 81.87%
GREEN value IS 22 (8.98% from 255) = 12.87%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=81.87%
G=12.87%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14022900.840.940.455.9587.9229.22
Hex8C1690545E2D6581d
Octal2142611012413655613035
Binary10001100101101001010101001011110101101110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C1609; }

 p { color: rgb(140,22,9); }

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

<style>
 a { background-color: #8C1609; }

 a { background-color: rgb(140,22,9); }

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

<style>
 span { border-color: #8C1609; }

 span { border-color: rgb(140,22,9); }

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