#88261E

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

Shades of Mandarian Orange #88261E

Tints of Mandarian Orange #88261E

Color information

#88261E (or 0x88261E) is unknown color: approx Mandarian Orange. HEX triplet: 88, 26 and 1E. RGB value is (136,38,30). Sum of RGB (Red+Green+Blue) = 136+38+30=204 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.67% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 136 - color contains mainly: red. Hex color #88261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88261E is #77D9E1. Grayscale: #424242. Windows color (decimal): -7854562 or 1975944. OLE color: 1975944.

HSL color Cylindrical-coordinate representation of color #88261E: hue angle of 4.53º 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 #88261E is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1363830-
CMYK00.720.780.47
HSL4.53º63.86%32.55%-
HSV(B)4.53º77.94%53.33%-
XYZ11.086.711.94-
YUV66.39107.47177.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.67%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 30 (12.11% from 255) = 14.71%
R=66.67%
G=18.63%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136383000.720.780.474.5363.8632.55
Hex88261E0484E2F54021
Octal2104636011011657510041
Binary10001000100110111100100100010011101011111011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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