#822421

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

Shades of Mandarian Orange #822421

Tints of Mandarian Orange #822421

Color information

#822421 (or 0x822421) is unknown color: approx Mandarian Orange. HEX triplet: 82, 24 and 21. RGB value is (130,36,33). Sum of RGB (Red+Green+Blue) = 130+36+33=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #822421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822421 is #7DDBDE. Grayscale: #3F3F3F. Windows color (decimal): -8248287 or 2172034. OLE color: 2172034.

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

Color convert

RGB1303633-
CMYK00.720.750.49
HSL1.86º59.51%31.96%-
HSV(B)1.86º74.62%50.98%-
XYZ10.116.122.09-
YUV63.76110.64175.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.33%
GREEN value IS 36 (14.45% from 255) = 18.09%
BLUE value IS 33 (13.28% from 255) = 16.58%
R=65.33%
G=18.09%
B=16.58%

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
Decimal130363300.720.750.491.8659.5131.96
Hex8224210484B3123c20
Octal202444101101136127440
Binary1000001010010010000101001000100101111000110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822421; }

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

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

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

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

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

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

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

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