#991716

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

Shades of Mandarian Orange #991716

Tints of Mandarian Orange #991716

Color information

#991716 (or 0x991716) is unknown color: approx Mandarian Orange. HEX triplet: 99, 17 and 16. RGB value is (153,23,22). Sum of RGB (Red+Green+Blue) = 153+23+22=198 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.27% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 153 - color contains mainly: red. Hex color #991716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991716 is #66E8E9. Grayscale: #3D3D3D. Windows color (decimal): -6744298 or 1447833. OLE color: 1447833.

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

Color convert

RGB1532322-
CMYK00.850.860.4
HSL0.46º74.86%34.31%-
HSV(B)0.46º85.62%60%-
XYZ13.597.441.48-
YUV61.76105.57193.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 77.27%
GREEN value IS 23 (9.38% from 255) = 11.62%
BLUE value IS 22 (8.98% from 255) = 11.11%
R=77.27%
G=11.62%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153232200.850.860.40.4674.8634.31
Hex991716055562804b22
Octal2312726012512650011342
Binary10011001101111011001010101101011010100001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991716; }

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

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

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

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

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

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

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

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