#8E271B

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

Shades of Mandarian Orange #8E271B

Tints of Mandarian Orange #8E271B

Color information

#8E271B (or 0x8E271B) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 27 and 1B. RGB value is (142,39,27). Sum of RGB (Red+Green+Blue) = 142+39+27=208 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.27% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 142 - color contains mainly: red. Hex color #8E271B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E271B is #71D8E4. Grayscale: #444444. Windows color (decimal): -7461093 or 1779598. OLE color: 1779598.

HSL color Cylindrical-coordinate representation of color #8E271B: hue angle of 6.26º 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 #8E271B is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB1423927-
CMYK00.730.810.44
HSL6.26º68.05%33.14%-
HSV(B)6.26º80.99%55.69%-
XYZ12.087.281.81-
YUV68.43104.62180.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 68.27%
GREEN value IS 39 (15.62% from 255) = 18.75%
BLUE value IS 27 (10.94% from 255) = 12.98%
R=68.27%
G=18.75%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142392700.730.810.446.2668.0533.14
Hex8E271B049512C64421
Octal2164733011112154610441
Binary10001110100111110110100100110100011011001101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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