#991011

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

Shades of Sangria #991011

Tints of Sangria #991011

Color information

#991011 (or 0x991011) is unknown color: approx Sangria. HEX triplet: 99, 10 and 11. RGB value is (153,16,17). Sum of RGB (Red+Green+Blue) = 153+16+17=186 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.26% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 153 - color contains mainly: red. Hex color #991011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991011 is #66EFEE. Grayscale: #393939. Windows color (decimal): -6746095 or 1118361. OLE color: 1118361.

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

Color convert

RGB1531617-
CMYK00.900.890.4
HSL359.56º81.07%33.14%-
HSV(B)359.56º89.54%60%-
XYZ13.427.181.21-
YUV57.08105.39196.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 82.26%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 17 (7.03% from 255) = 9.14%
R=82.26%
G=8.60%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153161700.900.890.4359.5681.0733.14
Hex99101105A59281685121
Octal231202101321315055012141
Binary1001100110000100010101101010110011010001011010001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991011; }

 p { color: rgb(153,16,17); }

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

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

 a { background-color: rgb(153,16,17); }

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

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

 span { border-color: rgb(153,16,17); }

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