#872221

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

Shades of Mandarian Orange #872221

Tints of Mandarian Orange #872221

Color information

#872221 (or 0x872221) is unknown color: approx Mandarian Orange. HEX triplet: 87, 22 and 21. RGB value is (135,34,33). Sum of RGB (Red+Green+Blue) = 135+34+33=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #872221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872221 is #78DDDE. Grayscale: #404040. Windows color (decimal): -7921119 or 2171527. OLE color: 2171527.

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

Color convert

RGB1353433-
CMYK00.750.760.47
HSL0.59º60.71%32.94%-
HSV(B)0.59º75.56%52.94%-
XYZ10.846.42.1-
YUV64.08110.46178.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 66.83%
GREEN value IS 34 (13.67% from 255) = 16.83%
BLUE value IS 33 (13.28% from 255) = 16.34%
R=66.83%
G=16.83%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135343300.750.760.470.5960.7132.94
Hex87222104B4C2F13d21
Octal207424101131145717541
Binary100001111000101000010100101110011001011111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872221; }

 p { color: rgb(135,34,33); }

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

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

 a { background-color: rgb(135,34,33); }

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

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

 span { border-color: rgb(135,34,33); }

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