#88241B

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

Shades of Mandarian Orange #88241B

Tints of Mandarian Orange #88241B

Color information

#88241B (or 0x88241B) is unknown color: approx Mandarian Orange. HEX triplet: 88, 24 and 1B. RGB value is (136,36,27). Sum of RGB (Red+Green+Blue) = 136+36+27=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #88241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88241B is #77DBE4. Grayscale: #414141. Windows color (decimal): -7855077 or 1778824. OLE color: 1778824.

HSL color Cylindrical-coordinate representation of color #88241B: hue angle of 4.95º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88241B is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB1363627-
CMYK00.740.800.47
HSL4.95º66.87%31.96%-
HSV(B)4.95º80.15%53.33%-
XYZ10.986.581.73-
YUV64.87106.63178.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 68.34%
GREEN value IS 36 (14.45% from 255) = 18.09%
BLUE value IS 27 (10.94% from 255) = 13.57%
R=68.34%
G=18.09%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136362700.740.800.474.9566.8731.96
Hex88241B04A502F54320
Octal2104433011212057510340
Binary10001000100100110110100101010100001011111011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88241B; }

 p { color: rgb(136,36,27); }

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

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

 a { background-color: rgb(136,36,27); }

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

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

 span { border-color: rgb(136,36,27); }

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