#8D201E

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

Shades of Mandarian Orange #8D201E

Tints of Mandarian Orange #8D201E

Color information

#8D201E (or 0x8D201E) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 20 and 1E. RGB value is (141,32,30). Sum of RGB (Red+Green+Blue) = 141+32+30=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D201E is #72DFE1. Grayscale: #404040. Windows color (decimal): -7528418 or 1974413. OLE color: 1974413.

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

Color convert

RGB1413230-
CMYK00.770.790.45
HSL1.08º64.91%33.53%-
HSV(B)1.08º78.72%55.29%-
XYZ11.746.791.92-
YUV64.36108.61182.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 69.46%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 30 (12.11% from 255) = 14.78%
R=69.46%
G=15.76%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141323000.770.790.451.0864.9133.53
Hex8D201E04D4F2D14122
Octal2154036011511755110142
Binary100011011000001111001001101100111110110111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,32,30); }

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

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

 a { background-color: rgb(141,32,30); }

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

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

 span { border-color: rgb(141,32,30); }

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