#8D2008

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

Shades of Falu Red #8D2008

Tints of Falu Red #8D2008

Color information

#8D2008 (or 0x8D2008) is unknown color: approx Falu Red. HEX triplet: 8D, 20 and 08. RGB value is (141,32,8). Sum of RGB (Red+Green+Blue) = 141+32+8=181 (23% of max value = 765). Red value is 141 (55.47% from 255 or 77.90% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2008 is #72DFF7. Grayscale: #3E3E3E. Windows color (decimal): -7528440 or 532621. OLE color: 532621.

HSL color Cylindrical-coordinate representation of color #8D2008: hue angle of 10.83º degrees, saturation: 0.89, 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 #8D2008 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB141328-
CMYK00.770.940.45
HSL10.83º89.26%29.22%-
HSV(B)10.83º94.33%55.29%-
XYZ11.546.710.92-
YUV61.8697.61184.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 77.90%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 8 (3.52% from 255) = 4.42%
R=77.90%
G=17.68%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14132800.770.940.4510.8389.2629.22
Hex8D20804D5E2Db591d
Octal21540100115136551313135
Binary1000110110000010000100110110111101011011011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,32,8); }

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

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

 a { background-color: rgb(141,32,8); }

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

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

 span { border-color: rgb(141,32,8); }

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