#882B29

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

Shades of Mandarian Orange #882B29

Tints of Mandarian Orange #882B29

Color information

#882B29 (or 0x882B29) is unknown color: approx Mandarian Orange. HEX triplet: 88, 2B and 29. RGB value is (136,43,41). Sum of RGB (Red+Green+Blue) = 136+43+41=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #882B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B29 is #77D4D6. Grayscale: #464646. Windows color (decimal): -7853271 or 2698120. OLE color: 2698120.

HSL color Cylindrical-coordinate representation of color #882B29: hue angle of 1.26º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #882B29 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1364341-
CMYK00.680.700.47
HSL1.26º53.67%34.71%-
HSV(B)1.26º69.85%53.33%-
XYZ11.427.122.87-
YUV70.58111.31174.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 61.82%
GREEN value IS 43 (17.19% from 255) = 19.55%
BLUE value IS 41 (16.41% from 255) = 18.64%
R=61.82%
G=19.55%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136434100.680.700.471.2653.6734.71
Hex882B29044462F13623
Octal210535101041065716643
Binary100010001010111010010100010010001101011111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,43,41); }

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

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

 a { background-color: rgb(136,43,41); }

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

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

 span { border-color: rgb(136,43,41); }

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