#88201F

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

Shades of Mandarian Orange #88201F

Tints of Mandarian Orange #88201F

Color information

#88201F (or 0x88201F) is unknown color: approx Mandarian Orange. HEX triplet: 88, 20 and 1F. RGB value is (136,32,31). Sum of RGB (Red+Green+Blue) = 136+32+31=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #88201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88201F is #77DFE0. Grayscale: #3F3F3F. Windows color (decimal): -7856097 or 2039944. OLE color: 2039944.

HSL color Cylindrical-coordinate representation of color #88201F: hue angle of 0.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88201F is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB1363231-
CMYK00.760.770.47
HSL0.57º62.87%32.75%-
HSV(B)0.57º77.21%53.33%-
XYZ10.926.371.95-
YUV62.98109.96180.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 68.34%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=68.34%
G=16.08%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136323100.760.770.470.5762.8732.75
Hex88201F04C4D2F13f21
Octal210403701141155717741
Binary10001000100000111110100110010011011011111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88201F; }

 p { color: rgb(136,32,31); }

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

<style>
 a { background-color: #88201F; }

 a { background-color: rgb(136,32,31); }

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

<style>
 span { border-color: #88201F; }

 span { border-color: rgb(136,32,31); }

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