#991919

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

Shades of Mandarian Orange #991919

Tints of Mandarian Orange #991919

Color information

#991919 (or 0x991919) is unknown color: approx Mandarian Orange. HEX triplet: 99, 19 and 19. RGB value is (153,25,25). Sum of RGB (Red+Green+Blue) = 153+25+25=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #991919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991919 is #66E6E6. Grayscale: #3F3F3F. Windows color (decimal): -6743783 or 1644953. OLE color: 1644953.

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

Color convert

RGB1532525-
CMYK00.840.840.4
HSL71.91%34.9%-
HSV(B)83.66%60%-
XYZ13.667.541.65-
YUV63.27106.41192-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75.37%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 25 (10.16% from 255) = 12.32%
R=75.37%
G=12.32%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153252500.840.840.4071.9134.9
Hex991919054542804823
Octal2313131012412450011043
Binary10011001110011100101010100101010010100001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991919; }

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

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

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

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

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

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

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

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