#8D2415

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

Shades of Mandarian Orange #8D2415

Tints of Mandarian Orange #8D2415

Color information

#8D2415 (or 0x8D2415) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 24 and 15. RGB value is (141,36,21). Sum of RGB (Red+Green+Blue) = 141+36+21=198 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.21% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2415 is #72DBEA. Grayscale: #414141. Windows color (decimal): -7527403 or 1385613. OLE color: 1385613.

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

Color convert

RGB1413621-
CMYK00.740.850.45
HSL7.5º74.07%31.76%-
HSV(B)7.5º85.11%55.29%-
XYZ11.756.981.44-
YUV65.68102.79181.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 71.21%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 21 (8.59% from 255) = 10.61%
R=71.21%
G=18.18%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141362100.740.850.457.574.0731.76
Hex8D241504A552D84a20
Octal21544250112125551011240
Binary100011011001001010101001010101010110110110001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,36,21); }

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

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

 a { background-color: rgb(141,36,21); }

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

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

 span { border-color: rgb(141,36,21); }

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