#931E1C

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

Shades of Mandarian Orange #931E1C

Tints of Mandarian Orange #931E1C

Color information

#931E1C (or 0x931E1C) is unknown color: approx Mandarian Orange. HEX triplet: 93, 1E and 1C. RGB value is (147,30,28). Sum of RGB (Red+Green+Blue) = 147+30+28=205 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.71% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 147 - color contains mainly: red. Hex color #931E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #931E1C is #6CE1E3. Grayscale: #404040. Windows color (decimal): -7135716 or 1842835. OLE color: 1842835.

HSL color Cylindrical-coordinate representation of color #931E1C: hue angle of 1.01º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #931E1C is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1473028-
CMYK00.800.810.42
HSL1.01º68%34.31%-
HSV(B)1.01º80.95%57.65%-
XYZ12.717.221.82-
YUV64.76107.26186.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 71.71%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 28 (11.33% from 255) = 13.66%
R=71.71%
G=14.63%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147302800.800.810.421.016834.31
Hex931E1C050512A14422
Octal2233634012012152110442
Binary10010011111101110001010000101000110101011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931E1C; }

 p { color: rgb(147,30,28); }

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

<style>
 a { background-color: #931E1C; }

 a { background-color: rgb(147,30,28); }

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

<style>
 span { border-color: #931E1C; }

 span { border-color: rgb(147,30,28); }

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