#931816

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

Shades of Mandarian Orange #931816

Tints of Mandarian Orange #931816

Color information

#931816 (or 0x931816) is unknown color: approx Mandarian Orange. HEX triplet: 93, 18 and 16. RGB value is (147,24,22). Sum of RGB (Red+Green+Blue) = 147+24+22=193 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.17% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 147 - color contains mainly: red. Hex color #931816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931816 is #6CE7E9. Grayscale: #3C3C3C. Windows color (decimal): -7137258 or 1448083. OLE color: 1448083.

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

Color convert

RGB1472422-
CMYK00.840.850.42
HSL0.96º73.96%33.14%-
HSV(B)0.96º85.03%57.65%-
XYZ12.56.911.43-
YUV60.55106.25189.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.17%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 22 (8.98% from 255) = 11.40%
R=76.17%
G=12.44%
B=11.40%

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
Decimal147242200.840.850.420.9673.9633.14
Hex931816054552A14a21
Octal2233026012412552111241
Binary10010011110001011001010100101010110101011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931816; }

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

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

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

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

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

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

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

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