#991F11

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

Shades of Mandarian Orange #991F11

Tints of Mandarian Orange #991F11

Color information

#991F11 (or 0x991F11) is unknown color: approx Mandarian Orange. HEX triplet: 99, 1F and 11. RGB value is (153,31,17). Sum of RGB (Red+Green+Blue) = 153+31+17=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #991F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991F11 is #66E0EE. Grayscale: #424242. Windows color (decimal): -6742255 or 1122201. OLE color: 1122201.

HSL color Cylindrical-coordinate representation of color #991F11: hue angle of 6.18º 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 #991F11 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB1533117-
CMYK00.800.890.4
HSL6.18º80%33.33%-
HSV(B)6.18º88.89%60%-
XYZ13.737.791.31-
YUV65.88100.42190.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.12%
GREEN value IS 31 (12.5% from 255) = 15.42%
BLUE value IS 17 (7.03% from 255) = 8.46%
R=76.12%
G=15.42%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153311700.800.890.46.188033.33
Hex991F11050592865021
Octal2313721012013150612041
Binary1001100111111100010101000010110011010001101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991F11; }

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

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

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

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

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

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

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

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