#991F16

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

Shades of Mandarian Orange #991F16

Tints of Mandarian Orange #991F16

Color information

#991F16 (or 0x991F16) is unknown color: approx Mandarian Orange. HEX triplet: 99, 1F and 16. RGB value is (153,31,22). Sum of RGB (Red+Green+Blue) = 153+31+22=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #991F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991F16 is #66E0E9. Grayscale: #424242. Windows color (decimal): -6742250 or 1449881. OLE color: 1449881.

HSL color Cylindrical-coordinate representation of color #991F16: hue angle of 4.12º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991F16 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB1533122-
CMYK00.800.860.4
HSL4.12º74.86%34.31%-
HSV(B)4.12º85.62%60%-
XYZ13.777.811.54-
YUV66.45102.92189.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 74.27%
GREEN value IS 31 (12.5% from 255) = 15.05%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=74.27%
G=15.05%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153312200.800.860.44.1274.8634.31
Hex991F16050562844b22
Octal2313726012012650411342
Binary1001100111111101100101000010101101010001001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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