Html Css Color HEX #81220C Falu Red

📋 copy color: '#81220C'

red 129 ◦ green 34 ◦ blue 12

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

Shades of Falu Red #81220C

Tints of Falu Red #81220C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.43%

 BLUE value IS 12 (5.08% from 255) = 6.86%

R = 73.71%
G = 19.43%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#81220C (or 0x81220C) is known color: Falu Red. HEX triplet: 81, 22 and 0C. RGB value is (129,34,12). Sum of RGB (Red+Green+Blue) = 129+34+12=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #81220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81220C is #7EDDF3. Grayscale: #3C3C3C. Windows color (decimal): -8314356 or 795265. OLE color: 795265.

HSL color Cylindrical-coordinate representation of color #81220C: hue angle of 11.28º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81220C is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 34 12 -
CMYK 0 0.74 0.91 0.49
HSL 11.28º 0.83% 0.28% -
HSV(B) 11.28º 0.91% 0.51% -
XYZ 9.69 5.84 0.96 -
YUV 59.9 100.97 177.29 -
System Red Green Blue C M Y K H S L
Decimal 129 34 12 0 0.74 0.91 0.49 11.28 0.83 0.28
Hex 81 22 C 0 4A 5B 31 B 53 1C
Octal 201 42 14 0 112 133 61 13 123 34
Binary 10000001 100010 1100 0 1001010 1011011 110001 1011 1010011 11100

Color Harmonies of #81220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81220C

Black with #81220C

Text Example


Text Example

White with #81220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81220C; }

 p { color: rgb(129,34,12); }

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

background-color css

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

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

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

border-color css

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

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

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