#812409

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

Shades of Falu Red #812409

Tints of Falu Red #812409

Color information

#812409 (or 0x812409) is unknown color: approx Falu Red. HEX triplet: 81, 24 and 09. RGB value is (129,36,9). Sum of RGB (Red+Green+Blue) = 129+36+9=174 (23% of max value = 765). Red value is 129 (50.78% from 255 or 74.14% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 129 - color contains mainly: red. Hex color #812409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812409 is #7EDBF6. Grayscale: #3C3C3C. Windows color (decimal): -8313847 or 599169. OLE color: 599169.

HSL color Cylindrical-coordinate representation of color #812409: hue angle of 13.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #812409 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB129369-
CMYK00.720.930.49
HSL13.5º86.96%27.06%-
HSV(B)13.5º93.02%50.59%-
XYZ9.735.950.89-
YUV60.7398.81176.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 74.14%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 9 (3.91% from 255) = 5.17%
R=74.14%
G=20.69%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12936900.720.930.4913.586.9627.06
Hex812490485D31e571b
Octal20144110110135611612733
Binary1000000110010010010100100010111011100011110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812409; }

 p { color: rgb(129,36,9); }

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

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

 a { background-color: rgb(129,36,9); }

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

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

 span { border-color: rgb(129,36,9); }

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