Html Css Color HEX #822112 Falu Red

📋 copy color: '#822112'

red 130 ◦ green 33 ◦ blue 18

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

Shades of Falu Red #822112

Tints of Falu Red #822112

RGB

 RED value IS 130 (51.17% from 255) = 71.82%

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

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

R = 71.82%
G = 18.23%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#822112 (or 0x822112) is known color: Falu Red. HEX triplet: 82, 21 and 12. RGB value is (130,33,18). Sum of RGB (Red+Green+Blue) = 130+33+18=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #822112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822112 is #7DDEED. Grayscale: #3C3C3C. Windows color (decimal): -8249070 or 1188226. OLE color: 1188226.

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

Color convert

RGB 130 33 18 -
CMYK 0 0.75 0.86 0.49
HSL 8.04º 0.76% 0.29% -
HSV(B) 8.04º 0.86% 0.51% -
XYZ 9.86 5.88 1.19 -
YUV 60.29 104.14 177.72 -
System Red Green Blue C M Y K H S L
Decimal 130 33 18 0 0.75 0.86 0.49 8.04 0.76 0.29
Hex 82 21 12 0 4B 56 31 8 4C 1D
Octal 202 41 22 0 113 126 61 10 114 35
Binary 10000010 100001 10010 0 1001011 1010110 110001 1000 1001100 11101

Color Harmonies of #822112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822112

Black with #822112

Text Example


Text Example

White with #822112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822112; }

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

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

background-color css

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

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

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

border-color css

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

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

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