#8D2929

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

Shades of Mandarian Orange #8D2929

Tints of Mandarian Orange #8D2929

Color information

#8D2929 (or 0x8D2929) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 29 and 29. RGB value is (141,41,41). Sum of RGB (Red+Green+Blue) = 141+41+41=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2929 is #72D6D6. Grayscale: #474747. Windows color (decimal): -7526103 or 2697613. OLE color: 2697613.

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

Color convert

RGB1414141-
CMYK00.710.710.45
HSL54.95%35.69%-
HSV(B)70.92%55.29%-
XYZ12.187.412.89-
YUV70.9111.13178-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.23%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 41 (16.41% from 255) = 18.39%
R=63.23%
G=18.39%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141414100.710.710.45054.9535.69
Hex8D2929047472D03724
Octal215515101071075506744
Binary100011011010011010010100011110001111011010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,41,41); }

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

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

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

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

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

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

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