Html Css Color HEX #812220 Falu Red

📋 copy color: '#812220'

red 129 ◦ green 34 ◦ blue 32

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

Shades of Falu Red #812220

Tints of Falu Red #812220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.41%

R = 66.15%
G = 17.44%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#812220 (or 0x812220) is known color: Falu Red. HEX triplet: 81, 22 and 20. RGB value is (129,34,32). Sum of RGB (Red+Green+Blue) = 129+34+32=195 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.15% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 129 - color contains mainly: red. Hex color #812220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812220 is #7EDDDF. Grayscale: #3E3E3E. Windows color (decimal): -8314336 or 2105985. OLE color: 2105985.

HSL color Cylindrical-coordinate representation of color #812220: hue angle of 1.24º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812220 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 34 32 -
CMYK 0 0.74 0.75 0.49
HSL 1.24º 0.6% 0.32% -
HSV(B) 1.24º 0.75% 0.51% -
XYZ 9.89 5.92 1.99 -
YUV 62.18 110.97 175.66 -
System Red Green Blue C M Y K H S L
Decimal 129 34 32 0 0.74 0.75 0.49 1.24 0.6 0.32
Hex 81 22 20 0 4A 4B 31 1 3C 20
Octal 201 42 40 0 112 113 61 1 74 40
Binary 10000001 100010 100000 0 1001010 1001011 110001 1 111100 100000

Color Harmonies of #812220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812220

Black with #812220

Text Example


Text Example

White with #812220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812220; }

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

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

background-color css

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

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

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

border-color css

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

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

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