#991911

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

Shades of Mandarian Orange #991911

Tints of Mandarian Orange #991911

Color information

#991911 (or 0x991911) is unknown color: approx Mandarian Orange. HEX triplet: 99, 19 and 11. RGB value is (153,25,17). Sum of RGB (Red+Green+Blue) = 153+25+17=195 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.46% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 153 - color contains mainly: red. Hex color #991911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991911 is #66E6EE. Grayscale: #3E3E3E. Windows color (decimal): -6743791 or 1120665. OLE color: 1120665.

HSL color Cylindrical-coordinate representation of color #991911: hue angle of 3.53º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991911 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB1532517-
CMYK00.840.890.4
HSL3.53º80%33.33%-
HSV(B)3.53º88.89%60%-
XYZ13.597.511.26-
YUV62.36102.41192.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 78.46%
GREEN value IS 25 (10.16% from 255) = 12.82%
BLUE value IS 17 (7.03% from 255) = 8.72%
R=78.46%
G=12.82%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153251700.840.890.43.538033.33
Hex991911054592845021
Octal2313121012413150412041
Binary1001100111001100010101010010110011010001001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991911; }

 p { color: rgb(153,25,17); }

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

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

 a { background-color: rgb(153,25,17); }

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

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

 span { border-color: rgb(153,25,17); }

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