#8D1E19

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

Shades of Mandarian Orange #8D1E19

Tints of Mandarian Orange #8D1E19

Color information

#8D1E19 (or 0x8D1E19) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 1E and 19. RGB value is (141,30,25). Sum of RGB (Red+Green+Blue) = 141+30+25=196 (25% of max value = 765). Red value is 141 (55.47% from 255 or 71.94% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1E19 is #72E1E6. Grayscale: #3E3E3E. Windows color (decimal): -7528935 or 1646221. OLE color: 1646221.

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

Color convert

RGB1413025-
CMYK00.790.820.45
HSL2.59º69.88%32.55%-
HSV(B)2.59º82.27%55.29%-
XYZ11.626.661.59-
YUV62.62106.77183.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 71.94%
GREEN value IS 30 (12.11% from 255) = 15.31%
BLUE value IS 25 (10.16% from 255) = 12.76%
R=71.94%
G=15.31%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141302500.790.820.452.5969.8832.55
Hex8D1E1904F522D34621
Octal2153631011712255310641
Binary100011011111011001010011111010010101101111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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