#8D2B26

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

Shades of Mandarian Orange #8D2B26

Tints of Mandarian Orange #8D2B26

Color information

#8D2B26 (or 0x8D2B26) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 2B and 26. RGB value is (141,43,38). Sum of RGB (Red+Green+Blue) = 141+43+38=222 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.51% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2B26 is #72D4D9. Grayscale: #474747. Windows color (decimal): -7525594 or 2501517. OLE color: 2501517.

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

Color convert

RGB1414338-
CMYK00.700.730.45
HSL2.91º57.54%35.1%-
HSV(B)2.91º73.05%55.29%-
XYZ12.27.532.64-
YUV71.73108.97177.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.51%
GREEN value IS 43 (17.19% from 255) = 19.37%
BLUE value IS 38 (15.23% from 255) = 17.12%
R=63.51%
G=19.37%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141433800.700.730.452.9157.5435.1
Hex8D2B26046492D33a23
Octal215534601061115537243
Binary1000110110101110011001000110100100110110111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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