#991312

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

Shades of Mandarian Orange #991312

Tints of Mandarian Orange #991312

Color information

#991312 (or 0x991312) is unknown color: approx Mandarian Orange. HEX triplet: 99, 13 and 12. RGB value is (153,19,18). Sum of RGB (Red+Green+Blue) = 153+19+18=190 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.53% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 153 - color contains mainly: red. Hex color #991312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991312 is #66ECED. Grayscale: #3B3B3B. Windows color (decimal): -6745326 or 1184665. OLE color: 1184665.

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

Color convert

RGB1531918-
CMYK00.880.880.4
HSL0.44º78.95%33.53%-
HSV(B)0.44º88.24%60%-
XYZ13.487.281.27-
YUV58.95104.89195.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 80.53%
GREEN value IS 19 (7.81% from 255) = 10%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=80.53%
G=10%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153191800.880.880.40.4478.9533.53
Hex991312058582804f22
Octal2312322013013050011742
Binary10011001100111001001011000101100010100001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991312; }

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

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

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

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

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

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

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

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