#872A2A

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

Shades of Mandarian Orange #872A2A

Tints of Mandarian Orange #872A2A

Color information

#872A2A (or 0x872A2A) is unknown color: approx Mandarian Orange. HEX triplet: 87, 2A and 2A. RGB value is (135,42,42). Sum of RGB (Red+Green+Blue) = 135+42+42=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #872A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A2A is #78D5D5. Grayscale: #454545. Windows color (decimal): -7919062 or 2763399. OLE color: 2763399.

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

Color convert

RGB1354242-
CMYK00.690.690.47
HSL52.54%34.71%-
HSV(B)68.89%52.94%-
XYZ11.246.972.94-
YUV69.81112.31174.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.64%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=61.64%
G=19.18%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135424200.690.690.47052.5434.71
Hex872A2A045452F03523
Octal207525201051055706543
Binary100001111010101010100100010110001011011110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872A2A; }

 p { color: rgb(135,42,42); }

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

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

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

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

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

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

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