#88251B

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

Shades of Mandarian Orange #88251B

Tints of Mandarian Orange #88251B

Color information

#88251B (or 0x88251B) is unknown color: approx Mandarian Orange. HEX triplet: 88, 25 and 1B. RGB value is (136,37,27). Sum of RGB (Red+Green+Blue) = 136+37+27=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #88251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88251B is #77DAE4. Grayscale: #414141. Windows color (decimal): -7854821 or 1779080. OLE color: 1779080.

HSL color Cylindrical-coordinate representation of color #88251B: hue angle of 5.5º 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 #88251B is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB1363727-
CMYK00.730.800.47
HSL5.5º66.87%31.96%-
HSV(B)5.5º80.15%53.33%-
XYZ11.016.641.74-
YUV65.46106.3178.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 68%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 27 (10.94% from 255) = 13.5%
R=68%
G=18.5%
B=13.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136372700.730.800.475.566.8731.96
Hex88251B049502F64320
Octal2104533011112057610340
Binary10001000100101110110100100110100001011111101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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