#991512

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

Shades of Mandarian Orange #991512

Tints of Mandarian Orange #991512

Color information

#991512 (or 0x991512) is unknown color: approx Mandarian Orange. HEX triplet: 99, 15 and 12. RGB value is (153,21,18). Sum of RGB (Red+Green+Blue) = 153+21+18=192 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.69% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 153 - color contains mainly: red. Hex color #991512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991512 is #66EAED. Grayscale: #3C3C3C. Windows color (decimal): -6744814 or 1185177. OLE color: 1185177.

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

Color convert

RGB1532118-
CMYK00.860.880.4
HSL1.33º78.95%33.53%-
HSV(B)1.33º88.24%60%-
XYZ13.517.351.28-
YUV60.13104.23194.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 79.69%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 18 (7.42% from 255) = 9.38%
R=79.69%
G=10.94%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153211800.860.880.41.3378.9533.53
Hex991512056582814f22
Octal2312522012613050111742
Binary10011001101011001001010110101100010100011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991512; }

 p { color: rgb(153,21,18); }

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

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

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

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

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

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

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