Html Css Color HEX #812112 Falu Red

📋 copy color: '#812112'

red 129 ◦ green 33 ◦ blue 18

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

Shades of Falu Red #812112

Tints of Falu Red #812112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10%

R = 71.67%
G = 18.33%
B = 10%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#812112 (or 0x812112) is known color: Falu Red. HEX triplet: 81, 21 and 12. RGB value is (129,33,18). Sum of RGB (Red+Green+Blue) = 129+33+18=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #812112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812112 is #7EDEED. Grayscale: #3C3C3C. Windows color (decimal): -8314606 or 1188225. OLE color: 1188225.

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

Color convert

RGB 129 33 18 -
CMYK 0 0.74 0.86 0.49
HSL 8.11º 0.76% 0.29% -
HSV(B) 8.11º 0.86% 0.51% -
XYZ 9.71 5.8 1.18 -
YUV 59.99 104.3 177.22 -
System Red Green Blue C M Y K H S L
Decimal 129 33 18 0 0.74 0.86 0.49 8.11 0.76 0.29
Hex 81 21 12 0 4A 56 31 8 4C 1D
Octal 201 41 22 0 112 126 61 10 114 35
Binary 10000001 100001 10010 0 1001010 1010110 110001 1000 1001100 11101

Color Harmonies of #812112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812112

Black with #812112

Text Example


Text Example

White with #812112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812112; }

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

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

background-color css

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

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

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

border-color css

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

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

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