#8E281B

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

Shades of Mandarian Orange #8E281B

Tints of Mandarian Orange #8E281B

Color information

#8E281B (or 0x8E281B) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 28 and 1B. RGB value is (142,40,27). Sum of RGB (Red+Green+Blue) = 142+40+27=209 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.94% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 142 - color contains mainly: red. Hex color #8E281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E281B is #71D7E4. Grayscale: #454545. Windows color (decimal): -7460837 or 1779854. OLE color: 1779854.

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

Color convert

RGB1424027-
CMYK00.720.810.44
HSL6.78º68.05%33.14%-
HSV(B)6.78º80.99%55.69%-
XYZ12.117.351.82-
YUV69.02104.29180.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 67.94%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 27 (10.94% from 255) = 12.92%
R=67.94%
G=19.14%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142402700.720.810.446.7868.0533.14
Hex8E281B048512C74421
Octal2165033011012154710441
Binary10001110101000110110100100010100011011001111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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