#822420

Color #822420 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #822420

Tints of Mandarian Orange #822420

Color information

#822420 (or 0x822420) is unknown color: approx Mandarian Orange. HEX triplet: 82, 24 and 20. RGB value is (130,36,32). Sum of RGB (Red+Green+Blue) = 130+36+32=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #822420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822420 is #7DDBDF. Grayscale: #3F3F3F. Windows color (decimal): -8248288 or 2106498. OLE color: 2106498.

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

Color convert

RGB1303632-
CMYK00.720.750.49
HSL2.45º60.49%31.76%-
HSV(B)2.45º75.38%50.98%-
XYZ10.16.112.01-
YUV63.65110.14175.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.66%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 32 (12.89% from 255) = 16.16%
R=65.66%
G=18.18%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130363200.720.750.492.4560.4931.76
Hex8224200484B3123c20
Octal202444001101136127440
Binary1000001010010010000001001000100101111000110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822420; }

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

 H1.HeaderClassName
 {
   color: #822420;
 }
 .AnyTagClassName
 {
   color: #822420;
 }
</style>
background-color css

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

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

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

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

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

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