#8D2314

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

Shades of Mandarian Orange #8D2314

Tints of Mandarian Orange #8D2314

Color information

#8D2314 (or 0x8D2314) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 23 and 14. RGB value is (141,35,20). Sum of RGB (Red+Green+Blue) = 141+35+20=196 (25% of max value = 765). Red value is 141 (55.47% from 255 or 71.94% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2314 is #72DCEB. Grayscale: #414141. Windows color (decimal): -7527660 or 1319821. OLE color: 1319821.

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

Color convert

RGB1413520-
CMYK00.750.860.45
HSL7.44º75.16%31.57%-
HSV(B)7.44º85.82%55.29%-
XYZ11.716.921.38-
YUV64.98102.62182.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 71.94%
GREEN value IS 35 (14.06% from 255) = 17.86%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=71.94%
G=17.86%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141352000.750.860.457.4475.1631.57
Hex8D231404B562D74b20
Octal2154324011312655711340
Binary10001101100011101000100101110101101011011111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,35,20); }

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

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

 a { background-color: rgb(141,35,20); }

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

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

 span { border-color: rgb(141,35,20); }

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