#931716

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

Shades of Mandarian Orange #931716

Tints of Mandarian Orange #931716

Color information

#931716 (or 0x931716) is unknown color: approx Mandarian Orange. HEX triplet: 93, 17 and 16. RGB value is (147,23,22). Sum of RGB (Red+Green+Blue) = 147+23+22=192 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.56% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 147 - color contains mainly: red. Hex color #931716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931716 is #6CE8E9. Grayscale: #3C3C3C. Windows color (decimal): -7137514 or 1447827. OLE color: 1447827.

HSL color Cylindrical-coordinate representation of color #931716: hue angle of 0.48º 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 #931716 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB1472322-
CMYK00.840.850.42
HSL0.48º73.96%33.14%-
HSV(B)0.48º85.03%57.65%-
XYZ12.486.871.43-
YUV59.96106.58190.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.56%
GREEN value IS 23 (9.38% from 255) = 11.98%
BLUE value IS 22 (8.98% from 255) = 11.46%
R=76.56%
G=11.98%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147232200.840.850.420.4873.9633.14
Hex931716054552A04a21
Octal2232726012412552011241
Binary10010011101111011001010100101010110101001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931716; }

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

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

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

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

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

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

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

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