Html Css Color HEX #822120 Falu Red

📋 copy color: '#822120'

red 130 ◦ green 33 ◦ blue 32

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

Shades of Falu Red #822120

Tints of Falu Red #822120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.41%

R = 66.67%
G = 16.92%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#822120 (or 0x822120) is known color: Falu Red. HEX triplet: 82, 21 and 20. RGB value is (130,33,32). Sum of RGB (Red+Green+Blue) = 130+33+32=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #822120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822120 is #7DDEDF. Grayscale: #3D3D3D. Windows color (decimal): -8249056 or 2105730. OLE color: 2105730.

HSL color Cylindrical-coordinate representation of color #822120: hue angle of 0.61º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822120 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 33 32 -
CMYK 0 0.75 0.75 0.49
HSL 0.61º 0.6% 0.32% -
HSV(B) 0.61º 0.75% 0.51% -
XYZ 10.01 5.94 1.99 -
YUV 61.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 130 33 32 0 0.75 0.75 0.49 0.61 0.6 0.32
Hex 82 21 20 0 4B 4B 31 1 3C 20
Octal 202 41 40 0 113 113 61 1 74 40
Binary 10000010 100001 100000 0 1001011 1001011 110001 1 111100 100000

Color Harmonies of #822120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822120

Black with #822120

Text Example


Text Example

White with #822120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822120; }

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

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

background-color css

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

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

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

border-color css

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

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

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