#8D2718

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

Shades of Mandarian Orange #8D2718

Tints of Mandarian Orange #8D2718

Color information

#8D2718 (or 0x8D2718) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 27 and 18. RGB value is (141,39,24). Sum of RGB (Red+Green+Blue) = 141+39+24=204 (27% of max value = 765). Red value is 141 (55.47% from 255 or 69.12% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2718 is #72D8E7. Grayscale: #434343. Windows color (decimal): -7526632 or 1582989. OLE color: 1582989.

HSL color Cylindrical-coordinate representation of color #8D2718: hue angle of 7.69º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D2718 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB1413924-
CMYK00.720.830.45
HSL7.69º70.91%32.35%-
HSV(B)7.69º82.98%55.29%-
XYZ11.877.181.62-
YUV67.79103.29180.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 69.12%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 24 (9.77% from 255) = 11.76%
R=69.12%
G=19.12%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141392400.720.830.457.6970.9132.35
Hex8D2718048532D84720
Octal21547300110123551010740
Binary100011011001111100001001000101001110110110001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,39,24); }

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

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

 a { background-color: rgb(141,39,24); }

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

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

 span { border-color: rgb(141,39,24); }

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