#882A27

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

Shades of Mandarian Orange #882A27

Tints of Mandarian Orange #882A27

Color information

#882A27 (or 0x882A27) is unknown color: approx Mandarian Orange. HEX triplet: 88, 2A and 27. RGB value is (136,42,39). Sum of RGB (Red+Green+Blue) = 136+42+39=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #882A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A27 is #77D5D8. Grayscale: #454545. Windows color (decimal): -7853529 or 2566792. OLE color: 2566792.

HSL color Cylindrical-coordinate representation of color #882A27: hue angle of 1.86º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882A27 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1364239-
CMYK00.690.710.47
HSL1.86º55.43%34.31%-
HSV(B)1.86º71.32%53.33%-
XYZ11.357.042.68-
YUV69.76110.64175.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.67%
GREEN value IS 42 (16.80% from 255) = 19.35%
BLUE value IS 39 (15.62% from 255) = 17.97%
R=62.67%
G=19.35%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136423900.690.710.471.8655.4334.31
Hex882A27045472F23722
Octal210524701051075726742
Binary1000100010101010011101000101100011110111110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882A27; }

 p { color: rgb(136,42,39); }

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

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

 a { background-color: rgb(136,42,39); }

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

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

 span { border-color: rgb(136,42,39); }

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