#882322

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

Shades of Mandarian Orange #882322

Tints of Mandarian Orange #882322

Color information

#882322 (or 0x882322) is unknown color: approx Mandarian Orange. HEX triplet: 88, 23 and 22. RGB value is (136,35,34). Sum of RGB (Red+Green+Blue) = 136+35+34=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #882322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882322 is #77DCDD. Grayscale: #414141. Windows color (decimal): -7855326 or 2237320. OLE color: 2237320.

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

Color convert

RGB1363534-
CMYK00.740.750.47
HSL0.59º60%33.33%-
HSV(B)0.59º75%53.33%-
XYZ11.046.552.2-
YUV65.09110.46178.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.34%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 34 (13.67% from 255) = 16.59%
R=66.34%
G=17.07%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136353400.740.750.470.596033.33
Hex88232204A4B2F13c21
Octal210434201121135717441
Binary100010001000111000100100101010010111011111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882322; }

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

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

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

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

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

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

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

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