#8E2621

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

Shades of Mandarian Orange #8E2621

Tints of Mandarian Orange #8E2621

Color information

#8E2621 (or 0x8E2621) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 26 and 21. RGB value is (142,38,33). Sum of RGB (Red+Green+Blue) = 142+38+33=213 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.67% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2621 is #71D9DE. Grayscale: #444444. Windows color (decimal): -7461343 or 2172558. OLE color: 2172558.

HSL color Cylindrical-coordinate representation of color #8E2621: hue angle of 2.75º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E2621 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB1423833-
CMYK00.730.770.44
HSL2.75º62.29%34.31%-
HSV(B)2.75º76.76%55.69%-
XYZ12.127.252.2-
YUV68.53107.96180.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.67%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 33 (13.28% from 255) = 15.49%
R=66.67%
G=17.84%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142383300.730.770.442.7562.2934.31
Hex8E26210494D2C33e22
Octal216464101111155437642
Binary1000111010011010000101001001100110110110011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,38,33); }

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

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

 a { background-color: rgb(142,38,33); }

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

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

 span { border-color: rgb(142,38,33); }

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