#93211C

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

Shades of Mandarian Orange #93211C

Tints of Mandarian Orange #93211C

Color information

#93211C (or 0x93211C) is unknown color: approx Mandarian Orange. HEX triplet: 93, 21 and 1C. RGB value is (147,33,28). Sum of RGB (Red+Green+Blue) = 147+33+28=208 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.67% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 147 - color contains mainly: red. Hex color #93211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93211C is #6CDEE3. Grayscale: #424242. Windows color (decimal): -7134948 or 1843603. OLE color: 1843603.

HSL color Cylindrical-coordinate representation of color #93211C: hue angle of 2.52º 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 #93211C is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1473328-
CMYK00.780.810.42
HSL2.52º68%34.31%-
HSV(B)2.52º80.95%57.65%-
XYZ12.797.371.85-
YUV66.52106.27185.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 70.67%
GREEN value IS 33 (13.28% from 255) = 15.87%
BLUE value IS 28 (11.33% from 255) = 13.46%
R=70.67%
G=15.87%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147332800.780.810.422.526834.31
Hex93211C04E512A34422
Octal2234134011612152310442
Binary1001001110000111100010011101010001101010111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93211C; }

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

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

<style>
 a { background-color: #93211C; }

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

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

<style>
 span { border-color: #93211C; }

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

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