#991412

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

Shades of Mandarian Orange #991412

Tints of Mandarian Orange #991412

Color information

#991412 (or 0x991412) is unknown color: approx Mandarian Orange. HEX triplet: 99, 14 and 12. RGB value is (153,20,18). Sum of RGB (Red+Green+Blue) = 153+20+18=191 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.10% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 153 - color contains mainly: red. Hex color #991412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991412 is #66EBED. Grayscale: #3B3B3B. Windows color (decimal): -6745070 or 1184921. OLE color: 1184921.

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

Color convert

RGB1532018-
CMYK00.870.880.4
HSL0.89º78.95%33.53%-
HSV(B)0.89º88.24%60%-
XYZ13.57.321.27-
YUV59.54104.56194.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 80.10%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 18 (7.42% from 255) = 9.42%
R=80.10%
G=10.47%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153201800.870.880.40.8978.9533.53
Hex991412057582814f22
Octal2312422012713050111742
Binary10011001101001001001010111101100010100011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991412; }

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

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

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

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

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

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

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

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