#8D2B25

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

Shades of Mandarian Orange #8D2B25

Tints of Mandarian Orange #8D2B25

Color information

#8D2B25 (or 0x8D2B25) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 2B and 25. RGB value is (141,43,37). Sum of RGB (Red+Green+Blue) = 141+43+37=221 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.80% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2B25 is #72D4DA. Grayscale: #474747. Windows color (decimal): -7525595 or 2435981. OLE color: 2435981.

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

Color convert

RGB1414337-
CMYK00.700.740.45
HSL3.46º58.43%34.9%-
HSV(B)3.46º73.76%55.29%-
XYZ12.187.522.56-
YUV71.62108.47177.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.80%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 37 (14.84% from 255) = 16.74%
R=63.80%
G=19.46%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141433700.700.740.453.4658.4334.9
Hex8D2B250464A2D33a23
Octal215534501061125537243
Binary1000110110101110010101000110100101010110111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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