#8D2113

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

Shades of Mandarian Orange #8D2113

Tints of Mandarian Orange #8D2113

Color information

#8D2113 (or 0x8D2113) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 21 and 13. RGB value is (141,33,19). Sum of RGB (Red+Green+Blue) = 141+33+19=193 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.06% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2113 is #72DEEC. Grayscale: #3F3F3F. Windows color (decimal): -7528173 or 1253773. OLE color: 1253773.

HSL color Cylindrical-coordinate representation of color #8D2113: hue angle of 6.89º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D2113 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB1413319-
CMYK00.770.870.45
HSL6.89º76.25%31.37%-
HSV(B)6.89º86.52%55.29%-
XYZ11.656.81.31-
YUV63.7102.78183.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 73.06%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 19 (7.81% from 255) = 9.84%
R=73.06%
G=17.10%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141331900.770.870.456.8976.2531.37
Hex8D211304D572D74c1f
Octal2154123011512755711437
Binary1000110110000110011010011011010111101101111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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