#87271D

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

Shades of Mandarian Orange #87271D

Tints of Mandarian Orange #87271D

Color information

#87271D (or 0x87271D) is unknown color: approx Mandarian Orange. HEX triplet: 87, 27 and 1D. RGB value is (135,39,29). Sum of RGB (Red+Green+Blue) = 135+39+29=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #87271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87271D is #78D8E2. Grayscale: #424242. Windows color (decimal): -7919843 or 1910663. OLE color: 1910663.

HSL color Cylindrical-coordinate representation of color #87271D: hue angle of 5.66º 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 #87271D is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB1353929-
CMYK00.710.790.47
HSL5.66º64.63%32.16%-
HSV(B)5.66º78.52%52.94%-
XYZ10.946.691.88-
YUV66.56106.8176.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 66.50%
GREEN value IS 39 (15.62% from 255) = 19.21%
BLUE value IS 29 (11.72% from 255) = 14.29%
R=66.50%
G=19.21%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135392900.710.790.475.6664.6332.16
Hex87271D0474F2F64120
Octal2074735010711757610140
Binary10000111100111111010100011110011111011111101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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