Html Css Color HEX #812110 Falu Red

📋 copy color: '#812110'

red 129 ◦ green 33 ◦ blue 16

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

Shades of Falu Red #812110

Tints of Falu Red #812110

RGB

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

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

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

R = 72.47%
G = 18.54%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#812110 (or 0x812110) is known color: Falu Red. HEX triplet: 81, 21 and 10. RGB value is (129,33,16). Sum of RGB (Red+Green+Blue) = 129+33+16=178 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.47% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 129 - color contains mainly: red. Hex color #812110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812110 is #7EDEEF. Grayscale: #3B3B3B. Windows color (decimal): -8314608 or 1057153. OLE color: 1057153.

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

Color convert

RGB 129 33 16 -
CMYK 0 0.74 0.88 0.49
HSL 9.03º 0.78% 0.28% -
HSV(B) 9.03º 0.88% 0.51% -
XYZ 9.69 5.79 1.1 -
YUV 59.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 129 33 16 0 0.74 0.88 0.49 9.03 0.78 0.28
Hex 81 21 10 0 4A 58 31 9 4E 1C
Octal 201 41 20 0 112 130 61 11 116 34
Binary 10000001 100001 10000 0 1001010 1011000 110001 1001 1001110 11100

Color Harmonies of #812110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812110

Black with #812110

Text Example


Text Example

White with #812110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812110; }

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

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

background-color css

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

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

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

border-color css

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

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

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