Html Css Color HEX #811409 Falu Red

📋 copy color: '#811409'

red 129 ◦ green 20 ◦ blue 9

#811409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #811409

Tints of Falu Red #811409

RGB

 RED value IS 129 (50.78% from 255) = 81.65%

 GREEN value IS 20 (8.2% from 255) = 12.66%

 BLUE value IS 9 (3.91% from 255) = 5.7%

R = 81.65%
G = 12.66%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#811409 (or 0x811409) is known color: Falu Red. HEX triplet: 81, 14 and 09. RGB value is (129,20,9). Sum of RGB (Red+Green+Blue) = 129+20+9=158 (20% of max value = 765). Red value is 129 (50.78% from 255 or 81.65% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 129 - color contains mainly: red. Hex color #811409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811409 is #7EEBF6. Grayscale: #333333. Windows color (decimal): -8317943 or 595073. OLE color: 595073.

HSL color Cylindrical-coordinate representation of color #811409: hue angle of 5.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 #811409 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 20 9 -
CMYK 0 0.84 0.93 0.49
HSL 5.5º 0.87% 0.27% -
HSV(B) 5.5º 0.93% 0.51% -
XYZ 9.35 5.19 0.77 -
YUV 51.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 129 20 9 0 0.84 0.93 0.49 5.5 0.87 0.27
Hex 81 14 9 0 54 5D 31 6 57 1B
Octal 201 24 11 0 124 135 61 6 127 33
Binary 10000001 10100 1001 0 1010100 1011101 110001 110 1010111 11011

Color Harmonies of #811409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811409

Black with #811409

Text Example


Text Example

White with #811409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811409; }

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

 H1.HeaderClassName
 {
   color: #811409;
 }
 .AnyTagClassName
 {
   color: #811409;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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