Html Css Color HEX #812209 Falu Red

📋 copy color: '#812209'

red 129 ◦ green 34 ◦ blue 9

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

Shades of Falu Red #812209

Tints of Falu Red #812209

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.77%

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

R = 75%
G = 19.77%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#812209 (or 0x812209) is known color: Falu Red. HEX triplet: 81, 22 and 09. RGB value is (129,34,9). Sum of RGB (Red+Green+Blue) = 129+34+9=172 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 129 - color contains mainly: red. Hex color #812209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812209 is #7EDDF6. Grayscale: #3B3B3B. Windows color (decimal): -8314359 or 598657. OLE color: 598657.

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

Color convert

RGB 129 34 9 -
CMYK 0 0.74 0.93 0.49
HSL 12.5º 0.87% 0.27% -
HSV(B) 12.5º 0.93% 0.51% -
XYZ 9.67 5.83 0.87 -
YUV 59.56 99.47 177.53 -
System Red Green Blue C M Y K H S L
Decimal 129 34 9 0 0.74 0.93 0.49 12.5 0.87 0.27
Hex 81 22 9 0 4A 5D 31 C 57 1B
Octal 201 42 11 0 112 135 61 14 127 33
Binary 10000001 100010 1001 0 1001010 1011101 110001 1100 1010111 11011

Color Harmonies of #812209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812209

Black with #812209

Text Example


Text Example

White with #812209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812209; }

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

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

background-color css

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

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

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

border-color css

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

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

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