Html Css Color HEX #812010 Falu Red

📋 copy color: '#812010'

red 129 ◦ green 32 ◦ blue 16

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

Shades of Falu Red #812010

Tints of Falu Red #812010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.08%

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

R = 72.88%
G = 18.08%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#812010 (or 0x812010) is known color: Falu Red. HEX triplet: 81, 20 and 10. RGB value is (129,32,16). Sum of RGB (Red+Green+Blue) = 129+32+16=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #812010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812010 is #7EDFEF. Grayscale: #3B3B3B. Windows color (decimal): -8314864 or 1056897. OLE color: 1056897.

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

Color convert

RGB 129 32 16 -
CMYK 0 0.75 0.88 0.49
HSL 8.5º 0.78% 0.28% -
HSV(B) 8.5º 0.88% 0.51% -
XYZ 9.66 5.74 1.09 -
YUV 59.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 129 32 16 0 0.75 0.88 0.49 8.5 0.78 0.28
Hex 81 20 10 0 4B 58 31 8 4E 1C
Octal 201 40 20 0 113 130 61 10 116 34
Binary 10000001 100000 10000 0 1001011 1011000 110001 1000 1001110 11100

Color Harmonies of #812010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812010

Black with #812010

Text Example


Text Example

White with #812010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812010; }

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

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

background-color css

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

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

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

border-color css

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

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

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