Html Css Color HEX #812111 Falu Red

📋 copy color: '#812111'

red 129 ◦ green 33 ◦ blue 17

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

Shades of Falu Red #812111

Tints of Falu Red #812111

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.44%

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

R = 72.07%
G = 18.44%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#812111 (or 0x812111) is known color: Falu Red. HEX triplet: 81, 21 and 11. RGB value is (129,33,17). Sum of RGB (Red+Green+Blue) = 129+33+17=179 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.07% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 129 - color contains mainly: red. Hex color #812111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812111 is #7EDEEE. Grayscale: #3C3C3C. Windows color (decimal): -8314607 or 1122689. OLE color: 1122689.

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

Color convert

RGB 129 33 17 -
CMYK 0 0.74 0.87 0.49
HSL 8.57º 0.77% 0.29% -
HSV(B) 8.57º 0.87% 0.51% -
XYZ 9.7 5.8 1.14 -
YUV 59.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 129 33 17 0 0.74 0.87 0.49 8.57 0.77 0.29
Hex 81 21 11 0 4A 57 31 9 4D 1D
Octal 201 41 21 0 112 127 61 11 115 35
Binary 10000001 100001 10001 0 1001010 1010111 110001 1001 1001101 11101

Color Harmonies of #812111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812111

Black with #812111

Text Example


Text Example

White with #812111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812111; }

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

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

background-color css

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

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

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

border-color css

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

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

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