#8D2C27

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

Shades of Mandarian Orange #8D2C27

Tints of Mandarian Orange #8D2C27

Color information

#8D2C27 (or 0x8D2C27) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 2C and 27. RGB value is (141,44,39). Sum of RGB (Red+Green+Blue) = 141+44+39=224 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.95% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2C27 is #72D3D8. Grayscale: #484848. Windows color (decimal): -7525337 or 2567309. OLE color: 2567309.

HSL color Cylindrical-coordinate representation of color #8D2C27: hue angle of 2.94º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D2C27 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB1414439-
CMYK00.690.720.45
HSL2.94º56.67%35.29%-
HSV(B)2.94º72.34%55.29%-
XYZ12.257.612.74-
YUV72.43109.14176.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.95%
GREEN value IS 44 (17.58% from 255) = 19.64%
BLUE value IS 39 (15.62% from 255) = 17.41%
R=62.95%
G=19.64%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141443900.690.720.452.9456.6735.29
Hex8D2C27045482D33923
Octal215544701051105537143
Binary1000110110110010011101000101100100010110111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,44,39); }

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

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

 a { background-color: rgb(141,44,39); }

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

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

 span { border-color: rgb(141,44,39); }

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