#8D2115

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

Shades of Mandarian Orange #8D2115

Tints of Mandarian Orange #8D2115

Color information

#8D2115 (or 0x8D2115) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 21 and 15. RGB value is (141,33,21). Sum of RGB (Red+Green+Blue) = 141+33+21=195 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.31% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2115 is #72DEEA. Grayscale: #404040. Windows color (decimal): -7528171 or 1384845. OLE color: 1384845.

HSL color Cylindrical-coordinate representation of color #8D2115: hue angle of 6º 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 #8D2115 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB1413321-
CMYK00.770.850.45
HSL74.07%31.76%-
HSV(B)85.11%55.29%-
XYZ11.666.81.41-
YUV63.92103.78182.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 72.31%
GREEN value IS 33 (13.28% from 255) = 16.92%
BLUE value IS 21 (8.59% from 255) = 10.77%
R=72.31%
G=16.92%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141332100.770.850.45674.0731.76
Hex8D211504D552D64a20
Octal2154125011512555611240
Binary10001101100001101010100110110101011011011101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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