Html Css Color HEX #822212 Falu Red

📋 copy color: '#822212'

red 130 ◦ green 34 ◦ blue 18

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

Shades of Falu Red #822212

Tints of Falu Red #822212

RGB

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

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

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

R = 71.43%
G = 18.68%
B = 9.89%

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

#822212 (or 0x822212) is known color: Falu Red. HEX triplet: 82, 22 and 12. RGB value is (130,34,18). Sum of RGB (Red+Green+Blue) = 130+34+18=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #822212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822212 is #7DDDED. Grayscale: #3D3D3D. Windows color (decimal): -8248814 or 1188482. OLE color: 1188482.

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

Color convert

RGB 130 34 18 -
CMYK 0 0.74 0.86 0.49
HSL 8.57º 0.76% 0.29% -
HSV(B) 8.57º 0.86% 0.51% -
XYZ 9.89 5.93 1.2 -
YUV 60.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 130 34 18 0 0.74 0.86 0.49 8.57 0.76 0.29
Hex 82 22 12 0 4A 56 31 9 4C 1D
Octal 202 42 22 0 112 126 61 11 114 35
Binary 10000010 100010 10010 0 1001010 1010110 110001 1001 1001100 11101

Color Harmonies of #822212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822212

Black with #822212

Text Example


Text Example

White with #822212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822212; }

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

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

background-color css

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

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

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

border-color css

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

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

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