#991F0F

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

Shades of Mandarian Orange #991F0F

Tints of Mandarian Orange #991F0F

Color information

#991F0F (or 0x991F0F) is unknown color: approx Mandarian Orange. HEX triplet: 99, 1F and 0F. RGB value is (153,31,15). Sum of RGB (Red+Green+Blue) = 153+31+15=199 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.88% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 153 - color contains mainly: red. Hex color #991F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991F0F is #66E0F0. Grayscale: #414141. Windows color (decimal): -6742257 or 991129. OLE color: 991129.

HSL color Cylindrical-coordinate representation of color #991F0F: hue angle of 6.96º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991F0F is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1533115-
CMYK00.800.900.4
HSL6.96º82.14%32.94%-
HSV(B)6.96º90.2%60%-
XYZ13.717.791.23-
YUV65.6599.42190.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.88%
GREEN value IS 31 (12.5% from 255) = 15.58%
BLUE value IS 15 (6.25% from 255) = 7.54%
R=76.88%
G=15.58%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153311500.800.900.46.9682.1432.94
Hex991FF0505A2875221
Octal2313717012013250712241
Binary100110011111111110101000010110101010001111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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