Html Css Color HEX #811211 Falu Red

📋 copy color: '#811211'

red 129 ◦ green 18 ◦ blue 17

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

Shades of Falu Red #811211

Tints of Falu Red #811211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.98%

 BLUE value IS 17 (7.03% from 255) = 10.37%

R = 78.66%
G = 10.98%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#811211 (or 0x811211) is known color: Falu Red. HEX triplet: 81, 12 and 11. RGB value is (129,18,17). Sum of RGB (Red+Green+Blue) = 129+18+17=164 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.66% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 129 - color contains mainly: red. Hex color #811211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811211 is #7EEDEE. Grayscale: #333333. Windows color (decimal): -8318447 or 1118849. OLE color: 1118849.

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

Color convert

RGB 129 18 17 -
CMYK 0 0.86 0.87 0.49
HSL 0.54º 0.77% 0.29% -
HSV(B) 0.54º 0.87% 0.51% -
XYZ 9.37 5.14 1.03 -
YUV 51.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 129 18 17 0 0.86 0.87 0.49 0.54 0.77 0.29
Hex 81 12 11 0 56 57 31 1 4D 1D
Octal 201 22 21 0 126 127 61 1 115 35
Binary 10000001 10010 10001 0 1010110 1010111 110001 1 1001101 11101

Color Harmonies of #811211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811211

Black with #811211

Text Example


Text Example

White with #811211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811211; }

 p { color: rgb(129,18,17); }

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

background-color css

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

 a { background-color: rgb(129,18,17); }

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

border-color css

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

 span { border-color: rgb(129,18,17); }

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