#8D1509

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

Shades of Falu Red #8D1509

Tints of Falu Red #8D1509

Color information

#8D1509 (or 0x8D1509) is unknown color: approx Falu Red. HEX triplet: 8D, 15 and 09. RGB value is (141,21,9). Sum of RGB (Red+Green+Blue) = 141+21+9=171 (22% of max value = 765). Red value is 141 (55.47% from 255 or 82.46% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1509 is #72EAF6. Grayscale: #373737. Windows color (decimal): -7531255 or 595341. OLE color: 595341.

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

Color convert

RGB141219-
CMYK00.850.940.45
HSL5.45º88%29.41%-
HSV(B)5.45º93.62%55.29%-
XYZ11.36.220.86-
YUV55.51101.76188.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 82.46%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=82.46%
G=12.28%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14121900.850.940.455.458829.41
Hex8D1590555E2D5581d
Octal2152511012513655513035
Binary10001101101011001010101011011110101101101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,21,9); }

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

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

 a { background-color: rgb(141,21,9); }

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

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

 span { border-color: rgb(141,21,9); }

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