#991F13

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

Shades of Mandarian Orange #991F13

Tints of Mandarian Orange #991F13

Color information

#991F13 (or 0x991F13) is unknown color: approx Mandarian Orange. HEX triplet: 99, 1F and 13. RGB value is (153,31,19). Sum of RGB (Red+Green+Blue) = 153+31+19=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #991F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991F13 is #66E0EC. Grayscale: #424242. Windows color (decimal): -6742253 or 1253273. OLE color: 1253273.

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

Color convert

RGB1533119-
CMYK00.800.880.4
HSL5.37º77.91%33.73%-
HSV(B)5.37º87.58%60%-
XYZ13.747.81.4-
YUV66.11101.42189.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75.37%
GREEN value IS 31 (12.5% from 255) = 15.27%
BLUE value IS 19 (7.81% from 255) = 9.36%
R=75.37%
G=15.27%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153311900.800.880.45.3777.9133.73
Hex991F13050582854e22
Octal2313723012013050511642
Binary1001100111111100110101000010110001010001011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991F13; }

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

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

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

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

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

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

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

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