#872828

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

Shades of Mandarian Orange #872828

Tints of Mandarian Orange #872828

Color information

#872828 (or 0x872828) is unknown color: approx Mandarian Orange. HEX triplet: 87, 28 and 28. RGB value is (135,40,40). Sum of RGB (Red+Green+Blue) = 135+40+40=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #872828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872828 is #78D7D7. Grayscale: #444444. Windows color (decimal): -7919576 or 2631815. OLE color: 2631815.

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

Color convert

RGB1354040-
CMYK00.700.700.47
HSL54.29%34.31%-
HSV(B)70.37%52.94%-
XYZ11.136.822.74-
YUV68.4111.97175.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.79%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=62.79%
G=18.60%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135404000.700.700.47054.2934.31
Hex872828046462F03622
Octal207505001061065706642
Binary100001111010001010000100011010001101011110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872828; }

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

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

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

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

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

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

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

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