#882221

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

Shades of Mandarian Orange #882221

Tints of Mandarian Orange #882221

Color information

#882221 (or 0x882221) is unknown color: approx Mandarian Orange. HEX triplet: 88, 22 and 21. RGB value is (136,34,33). Sum of RGB (Red+Green+Blue) = 136+34+33=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #882221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882221 is #77DDDE. Grayscale: #404040. Windows color (decimal): -7855583 or 2171528. OLE color: 2171528.

HSL color Cylindrical-coordinate representation of color #882221: hue angle of 0.58º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882221 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1363433-
CMYK00.750.760.47
HSL0.58º60.95%33.14%-
HSV(B)0.58º75.74%53.33%-
XYZ116.492.11-
YUV64.38110.29179.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.00%
GREEN value IS 34 (13.67% from 255) = 16.75%
BLUE value IS 33 (13.28% from 255) = 16.26%
R=67.00%
G=16.75%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136343300.750.760.470.5860.9533.14
Hex88222104B4C2F13d21
Octal210424101131145717541
Binary100010001000101000010100101110011001011111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882221; }

 p { color: rgb(136,34,33); }

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

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

 a { background-color: rgb(136,34,33); }

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

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

 span { border-color: rgb(136,34,33); }

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