Html Css Color HEX #811212 Falu Red

📋 copy color: '#811212'

red 129 ◦ green 18 ◦ blue 18

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

Shades of Falu Red #811212

Tints of Falu Red #811212

RGB

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

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

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

R = 78.18%
G = 10.91%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#811212 (or 0x811212) is known color: Falu Red. HEX triplet: 81, 12 and 12. RGB value is (129,18,18). Sum of RGB (Red+Green+Blue) = 129+18+18=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #811212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811212 is #7EEDED. Grayscale: #333333. Windows color (decimal): -8318446 or 1184385. OLE color: 1184385.

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

Color convert

RGB 129 18 18 -
CMYK 0 0.86 0.86 0.49
HSL 0.76% 0.29% -
HSV(B) 0.86% 0.51% -
XYZ 9.38 5.14 1.07 -
YUV 51.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 129 18 18 0 0.86 0.86 0.49 0 0.76 0.29
Hex 81 12 12 0 56 56 31 0 4C 1D
Octal 201 22 22 0 126 126 61 0 114 35
Binary 10000001 10010 10010 0 1010110 1010110 110001 0 1001100 11101

Color Harmonies of #811212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811212

Black with #811212

Text Example


Text Example

White with #811212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811212; }

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

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

background-color css

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

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

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

border-color css

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

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

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