#991811

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

Shades of Mandarian Orange #991811

Tints of Mandarian Orange #991811

Color information

#991811 (or 0x991811) is unknown color: approx Mandarian Orange. HEX triplet: 99, 18 and 11. RGB value is (153,24,17). Sum of RGB (Red+Green+Blue) = 153+24+17=194 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.87% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 153 - color contains mainly: red. Hex color #991811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991811 is #66E7EE. Grayscale: #3D3D3D. Windows color (decimal): -6744047 or 1120409. OLE color: 1120409.

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

Color convert

RGB1532417-
CMYK00.840.890.4
HSL3.09º80%33.33%-
HSV(B)3.09º88.89%60%-
XYZ13.567.471.26-
YUV61.77102.74193.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 78.87%
GREEN value IS 24 (9.77% from 255) = 12.37%
BLUE value IS 17 (7.03% from 255) = 8.76%
R=78.87%
G=12.37%
B=8.76%

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
Decimal153241700.840.890.43.098033.33
Hex991811054592835021
Octal2313021012413150312041
Binary100110011100010001010101001011001101000111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991811; }

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

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

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

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

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

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

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

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