#88261A

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

Shades of Mandarian Orange #88261A

Tints of Mandarian Orange #88261A

Color information

#88261A (or 0x88261A) is unknown color: approx Mandarian Orange. HEX triplet: 88, 26 and 1A. RGB value is (136,38,26). Sum of RGB (Red+Green+Blue) = 136+38+26=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #88261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88261A is #77D9E5. Grayscale: #424242. Windows color (decimal): -7854566 or 1713800. OLE color: 1713800.

HSL color Cylindrical-coordinate representation of color #88261A: hue angle of 6.55º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #88261A is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1363826-
CMYK00.720.810.47
HSL6.55º67.9%31.76%-
HSV(B)6.55º80.88%53.33%-
XYZ11.036.71.69-
YUV65.93105.47177.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 68%
GREEN value IS 38 (15.23% from 255) = 19%
BLUE value IS 26 (10.55% from 255) = 13%
R=68%
G=19%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136382600.720.810.476.5567.931.76
Hex88261A048512F74420
Octal2104632011012157710440
Binary10001000100110110100100100010100011011111111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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