#87201D

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

Shades of Mandarian Orange #87201D

Tints of Mandarian Orange #87201D

Color information

#87201D (or 0x87201D) is unknown color: approx Mandarian Orange. HEX triplet: 87, 20 and 1D. RGB value is (135,32,29). Sum of RGB (Red+Green+Blue) = 135+32+29=196 (25% of max value = 765). Red value is 135 (53.12% from 255 or 68.88% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 135 - color contains mainly: red. Hex color #87201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87201D is #78DFE2. Grayscale: #3E3E3E. Windows color (decimal): -7921635 or 1908871. OLE color: 1908871.

HSL color Cylindrical-coordinate representation of color #87201D: hue angle of 1.7º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #87201D is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB1353229-
CMYK00.760.790.47
HSL1.7º64.63%32.16%-
HSV(B)1.7º78.52%52.94%-
XYZ10.736.271.81-
YUV62.45109.12179.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 68.88%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 29 (11.72% from 255) = 14.80%
R=68.88%
G=16.33%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135322900.760.790.471.764.6332.16
Hex87201D04C4F2F24120
Octal2074035011411757210140
Binary1000011110000011101010011001001111101111101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87201D; }

 p { color: rgb(135,32,29); }

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

<style>
 a { background-color: #87201D; }

 a { background-color: rgb(135,32,29); }

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

<style>
 span { border-color: #87201D; }

 span { border-color: rgb(135,32,29); }

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