#8C291D

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

Shades of Mandarian Orange #8C291D

Tints of Mandarian Orange #8C291D

Color information

#8C291D (or 0x8C291D) is unknown color: approx Mandarian Orange. HEX triplet: 8C, 29 and 1D. RGB value is (140,41,29). Sum of RGB (Red+Green+Blue) = 140+41+29=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C291D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C291D is #73D6E2. Grayscale: #454545. Windows color (decimal): -7591651 or 1911180. OLE color: 1911180.

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

Color convert

RGB1404129-
CMYK00.710.790.45
HSL6.49º65.68%33.14%-
HSV(B)6.49º79.29%54.9%-
XYZ11.837.251.94-
YUV69.23105.3178.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 66.67%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 29 (11.72% from 255) = 13.81%
R=66.67%
G=19.52%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140412900.710.790.456.4965.6833.14
Hex8C291D0474F2D64221
Octal2145135010711755610241
Binary10001100101001111010100011110011111011011101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,41,29); }

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

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

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

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

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

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

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