#932116

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

Shades of Mandarian Orange #932116

Tints of Mandarian Orange #932116

Color information

#932116 (or 0x932116) is unknown color: approx Mandarian Orange. HEX triplet: 93, 21 and 16. RGB value is (147,33,22). Sum of RGB (Red+Green+Blue) = 147+33+22=202 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.77% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 147 - color contains mainly: red. Hex color #932116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932116 is #6CDEE9. Grayscale: #414141. Windows color (decimal): -7134954 or 1450387. OLE color: 1450387.

HSL color Cylindrical-coordinate representation of color #932116: hue angle of 5.28º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #932116 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB1473322-
CMYK00.780.850.42
HSL5.28º73.96%33.14%-
HSV(B)5.28º85.03%57.65%-
XYZ12.727.351.51-
YUV65.83103.27185.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 72.77%
GREEN value IS 33 (13.28% from 255) = 16.34%
BLUE value IS 22 (8.98% from 255) = 10.89%
R=72.77%
G=16.34%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147332200.780.850.425.2873.9633.14
Hex93211604E552A54a21
Octal2234126011612552511241
Binary10010011100001101100100111010101011010101011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932116; }

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

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

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

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

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

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

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

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