#991F0B

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

Shades of Mandarian Orange #991F0B

Tints of Mandarian Orange #991F0B

Color information

#991F0B (or 0x991F0B) is unknown color: approx Mandarian Orange. HEX triplet: 99, 1F and 0B. RGB value is (153,31,11). Sum of RGB (Red+Green+Blue) = 153+31+11=195 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.46% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 153 - color contains mainly: red. Hex color #991F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991F0B is #66E0F4. Grayscale: #414141. Windows color (decimal): -6742261 or 728985. OLE color: 728985.

HSL color Cylindrical-coordinate representation of color #991F0B: hue angle of 8.45º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #991F0B is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB1533111-
CMYK00.800.930.4
HSL8.45º86.59%32.16%-
HSV(B)8.45º92.81%60%-
XYZ13.697.781.1-
YUV65.297.42190.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 78.46%
GREEN value IS 31 (12.5% from 255) = 15.90%
BLUE value IS 11 (4.69% from 255) = 5.64%
R=78.46%
G=15.90%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153311100.800.930.48.4586.5932.16
Hex991FB0505D2885720
Octal23137130120135501012740
Binary1001100111111101101010000101110110100010001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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