#88261B

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

Shades of Mandarian Orange #88261B

Tints of Mandarian Orange #88261B

Color information

#88261B (or 0x88261B) is unknown color: approx Mandarian Orange. HEX triplet: 88, 26 and 1B. RGB value is (136,38,27). Sum of RGB (Red+Green+Blue) = 136+38+27=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #88261B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88261B is #77D9E4. Grayscale: #424242. Windows color (decimal): -7854565 or 1779336. OLE color: 1779336.

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

Color convert

RGB1363827-
CMYK00.720.800.47
HSL6.06º66.87%31.96%-
HSV(B)6.06º80.15%53.33%-
XYZ11.046.71.75-
YUV66.05105.97177.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 67.66%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 27 (10.94% from 255) = 13.43%
R=67.66%
G=18.91%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136382700.720.800.476.0666.8731.96
Hex88261B048502F64320
Octal2104633011012057610340
Binary10001000100110110110100100010100001011111101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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