#991F19

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

Shades of Mandarian Orange #991F19

Tints of Mandarian Orange #991F19

Color information

#991F19 (or 0x991F19) is unknown color: approx Mandarian Orange. HEX triplet: 99, 1F and 19. RGB value is (153,31,25). Sum of RGB (Red+Green+Blue) = 153+31+25=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #991F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991F19 is #66E0E6. Grayscale: #424242. Windows color (decimal): -6742247 or 1646489. OLE color: 1646489.

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

Color convert

RGB1533125-
CMYK00.800.840.4
HSL2.81º71.91%34.9%-
HSV(B)2.81º83.66%60%-
XYZ13.87.821.7-
YUV66.79104.42189.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.21%
GREEN value IS 31 (12.5% from 255) = 14.83%
BLUE value IS 25 (10.16% from 255) = 11.96%
R=73.21%
G=14.83%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153312500.800.840.42.8171.9134.9
Hex991F19050542834823
Octal2313731012012450311043
Binary100110011111111001010100001010100101000111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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