Html Css Color HEX #811210 Falu Red

📋 copy color: '#811210'

red 129 ◦ green 18 ◦ blue 16

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

Shades of Falu Red #811210

Tints of Falu Red #811210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.82%

R = 79.14%
G = 11.04%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#811210 (or 0x811210) is known color: Falu Red. HEX triplet: 81, 12 and 10. RGB value is (129,18,16). Sum of RGB (Red+Green+Blue) = 129+18+16=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #811210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811210 is #7EEDEF. Grayscale: #333333. Windows color (decimal): -8318448 or 1053313. OLE color: 1053313.

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

Color convert

RGB 129 18 16 -
CMYK 0 0.86 0.88 0.49
HSL 1.06º 0.78% 0.28% -
HSV(B) 1.06º 0.88% 0.51% -
XYZ 9.36 5.14 0.99 -
YUV 50.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 129 18 16 0 0.86 0.88 0.49 1.06 0.78 0.28
Hex 81 12 10 0 56 58 31 1 4E 1C
Octal 201 22 20 0 126 130 61 1 116 34
Binary 10000001 10010 10000 0 1010110 1011000 110001 1 1001110 11100

Color Harmonies of #811210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811210

Black with #811210

Text Example


Text Example

White with #811210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811210; }

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

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

background-color css

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

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

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

border-color css

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

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

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