#8D2C28

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

Shades of Mandarian Orange #8D2C28

Tints of Mandarian Orange #8D2C28

Color information

#8D2C28 (or 0x8D2C28) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 2C and 28. RGB value is (141,44,40). Sum of RGB (Red+Green+Blue) = 141+44+40=225 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.67% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2C28 is #72D3D7. Grayscale: #484848. Windows color (decimal): -7525336 or 2632845. OLE color: 2632845.

HSL color Cylindrical-coordinate representation of color #8D2C28: hue angle of 2.38º degrees, saturation: 0.56, 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 #8D2C28 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB1414440-
CMYK00.690.720.45
HSL2.38º55.8%35.49%-
HSV(B)2.38º71.63%55.29%-
XYZ12.277.622.83-
YUV72.55109.64176.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.67%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 40 (16.02% from 255) = 17.78%
R=62.67%
G=19.56%
B=17.78%

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
Decimal141444000.690.720.452.3855.835.49
Hex8D2C28045482D23823
Octal215545001051105527043
Binary1000110110110010100001000101100100010110110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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