#8D281B

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

Shades of Mandarian Orange #8D281B

Tints of Mandarian Orange #8D281B

Color information

#8D281B (or 0x8D281B) is unknown color: approx Mandarian Orange. HEX triplet: 8D, 28 and 1B. RGB value is (141,40,27). Sum of RGB (Red+Green+Blue) = 141+40+27=208 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.79% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 141 - color contains mainly: red. Hex color #8D281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D281B is #72D7E4. Grayscale: #444444. Windows color (decimal): -7526373 or 1779853. OLE color: 1779853.

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

Color convert

RGB1414027-
CMYK00.720.810.45
HSL6.84º67.86%32.94%-
HSV(B)6.84º80.85%55.29%-
XYZ11.947.261.81-
YUV68.72104.46179.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 67.79%
GREEN value IS 40 (16.02% from 255) = 19.23%
BLUE value IS 27 (10.94% from 255) = 12.98%
R=67.79%
G=19.23%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141402700.720.810.456.8467.8632.94
Hex8D281B048512D74421
Octal2155033011012155710441
Binary10001101101000110110100100010100011011011111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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