#88251E

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

Shades of Mandarian Orange #88251E

Tints of Mandarian Orange #88251E

Color information

#88251E (or 0x88251E) is unknown color: approx Mandarian Orange. HEX triplet: 88, 25 and 1E. RGB value is (136,37,30). Sum of RGB (Red+Green+Blue) = 136+37+30=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #88251E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88251E is #77DAE1. Grayscale: #414141. Windows color (decimal): -7854818 or 1975688. OLE color: 1975688.

HSL color Cylindrical-coordinate representation of color #88251E: hue angle of 3.96º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #88251E is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1363730-
CMYK00.730.780.47
HSL3.96º63.86%32.55%-
HSV(B)3.96º77.94%53.33%-
XYZ11.056.651.93-
YUV65.8107.8178.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.00%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 30 (12.11% from 255) = 14.78%
R=67.00%
G=18.23%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136373000.730.780.473.9663.8632.55
Hex88251E0494E2F44021
Octal2104536011111657410041
Binary10001000100101111100100100110011101011111001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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