#990C11

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

Shades of Sangria #990C11

Tints of Sangria #990C11

Color information

#990C11 (or 0x990C11) is unknown color: approx Sangria. HEX triplet: 99, 0C and 11. RGB value is (153,12,17). Sum of RGB (Red+Green+Blue) = 153+12+17=182 (24% of max value = 765). Red value is 153 (60.16% from 255 or 84.07% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 153 - color contains mainly: red. Hex color #990C11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990C11 is #66F3EE. Grayscale: #363636. Windows color (decimal): -6747119 or 1117337. OLE color: 1117337.

HSL color Cylindrical-coordinate representation of color #990C11: hue angle of 357.87º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990C11 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB1531217-
CMYK00.920.890.4
HSL357.87º85.45%32.35%-
HSV(B)357.87º92.16%60%-
XYZ13.377.081.19-
YUV54.73106.71198.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 84.07%
GREEN value IS 12 (5.08% from 255) = 6.59%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=84.07%
G=6.59%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153121700.920.890.4357.8785.4532.35
Hex99C1105C59281665520
Octal231142101341315054612540
Binary100110011100100010101110010110011010001011001101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990C11; }

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

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

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

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

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

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

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

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