#8D1805

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

Shades of Falu Red #8D1805

Tints of Falu Red #8D1805

Color information

#8D1805 (or 0x8D1805) is unknown color: approx Falu Red. HEX triplet: 8D, 18 and 05. RGB value is (141,24,5). Sum of RGB (Red+Green+Blue) = 141+24+5=170 (22% of max value = 765). Red value is 141 (55.47% from 255 or 82.94% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1805 is #72E7FA. Grayscale: #393939. Windows color (decimal): -7530491 or 333965. OLE color: 333965.

HSL color Cylindrical-coordinate representation of color #8D1805: hue angle of 8.38º 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 #8D1805 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB141245-
CMYK00.830.960.45
HSL8.38º93.15%28.63%-
HSV(B)8.38º96.45%55.29%-
XYZ11.346.330.77-
YUV56.8298.76188.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 82.94%
GREEN value IS 24 (9.77% from 255) = 14.12%
BLUE value IS 5 (2.34% from 255) = 2.94%
R=82.94%
G=14.12%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14124500.830.960.458.3893.1528.63
Hex8D185053602D85d1d
Octal2153050123140551013535
Binary10001101110001010101001111000001011011000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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