#8D2B29

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

Shades of Mandarian Orange #8D2B29

Tints of Mandarian Orange #8D2B29

Color information

#8D2B29 (or 0x8D2B29) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 2B and 29. RGB value is (141,43,41). Sum of RGB (Red+Green+Blue) = 141+43+41=225 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.67% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2B29 is #72D4D6. Grayscale: #484848. Windows color (decimal): -7525591 or 2698125. OLE color: 2698125.

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

Color convert

RGB1414341-
CMYK00.700.710.45
HSL1.2º54.95%35.69%-
HSV(B)1.2º70.92%55.29%-
XYZ12.257.552.91-
YUV72.07110.47177.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.67%
GREEN value IS 43 (17.19% from 255) = 19.11%
BLUE value IS 41 (16.41% from 255) = 18.22%
R=62.67%
G=19.11%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141434100.700.710.451.254.9535.69
Hex8D2B29046472D13724
Octal215535101061075516744
Binary100011011010111010010100011010001111011011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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