#8D2A28

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

Shades of Mandarian Orange #8D2A28

Tints of Mandarian Orange #8D2A28

Color information

#8D2A28 (or 0x8D2A28) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 2A and 28. RGB value is (141,42,40). Sum of RGB (Red+Green+Blue) = 141+42+40=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2A28 is #72D5D7. Grayscale: #474747. Windows color (decimal): -7525848 or 2632333. OLE color: 2632333.

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

Color convert

RGB1414240-
CMYK00.700.720.45
HSL1.19º55.8%35.49%-
HSV(B)1.19º71.63%55.29%-
XYZ12.27.472.81-
YUV71.37110.3177.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.23%
GREEN value IS 42 (16.80% from 255) = 18.83%
BLUE value IS 40 (16.02% from 255) = 17.94%
R=63.23%
G=18.83%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141424000.700.720.451.1955.835.49
Hex8D2A28046482D13823
Octal215525001061105517043
Binary100011011010101010000100011010010001011011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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