#8D2005

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

Shades of Falu Red #8D2005

Tints of Falu Red #8D2005

Color information

#8D2005 (or 0x8D2005) is unknown color: approx Falu Red. HEX triplet: 8D, 20 and 05. RGB value is (141,32,5). Sum of RGB (Red+Green+Blue) = 141+32+5=178 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.21% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2005 is #72DFFA. Grayscale: #3D3D3D. Windows color (decimal): -7528443 or 336013. OLE color: 336013.

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

Color convert

RGB141325-
CMYK00.770.960.45
HSL11.91º93.15%28.63%-
HSV(B)11.91º96.45%55.29%-
XYZ11.536.710.83-
YUV61.5196.11184.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 79.21%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 5 (2.34% from 255) = 2.81%
R=79.21%
G=17.98%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14132500.770.960.4511.9193.1528.63
Hex8D20504D602Dc5d1d
Octal2154050115140551413535
Binary100011011000001010100110111000001011011100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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