#93241F

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

Shades of Mandarian Orange #93241F

Tints of Mandarian Orange #93241F

Color information

#93241F (or 0x93241F) is unknown color: approx Mandarian Orange. HEX triplet: 93, 24 and 1F. RGB value is (147,36,31). Sum of RGB (Red+Green+Blue) = 147+36+31=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #93241F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93241F is #6CDBE0. Grayscale: #444444. Windows color (decimal): -7134177 or 2040979. OLE color: 2040979.

HSL color Cylindrical-coordinate representation of color #93241F: hue angle of 2.59º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #93241F is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1473631-
CMYK00.760.790.42
HSL2.59º65.17%34.9%-
HSV(B)2.59º78.91%57.65%-
XYZ12.917.562.08-
YUV68.62106.77183.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 68.69%
GREEN value IS 36 (14.45% from 255) = 16.82%
BLUE value IS 31 (12.5% from 255) = 14.49%
R=68.69%
G=16.82%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147363100.760.790.422.5965.1734.9
Hex93241F04C4F2A34123
Octal2234437011411752310143
Binary1001001110010011111010011001001111101010111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93241F; }

 p { color: rgb(147,36,31); }

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

<style>
 a { background-color: #93241F; }

 a { background-color: rgb(147,36,31); }

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

<style>
 span { border-color: #93241F; }

 span { border-color: rgb(147,36,31); }

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