#8E2928

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

Shades of Mandarian Orange #8E2928

Tints of Mandarian Orange #8E2928

Color information

#8E2928 (or 0x8E2928) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 29 and 28. RGB value is (142,41,40). Sum of RGB (Red+Green+Blue) = 142+41+40=223 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.68% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2928 is #71D6D7. Grayscale: #474747. Windows color (decimal): -7460568 or 2632078. OLE color: 2632078.

HSL color Cylindrical-coordinate representation of color #8E2928: hue angle of 0.59º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E2928 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB1424140-
CMYK00.710.720.44
HSL0.59º56.04%35.69%-
HSV(B)0.59º71.83%55.69%-
XYZ12.337.492.8-
YUV71.09110.46178.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.68%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 40 (16.02% from 255) = 17.94%
R=63.68%
G=18.39%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142414000.710.720.440.5956.0435.69
Hex8E2928047482C13824
Octal216515001071105417044
Binary100011101010011010000100011110010001011001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E2928; }

 p { color: rgb(142,41,40); }

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

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

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

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

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

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

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