#990109

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

Shades of Sangria #990109

Tints of Sangria #990109

Color information

#990109 (or 0x990109) is unknown color: approx Sangria. HEX triplet: 99, 01 and 09. RGB value is (153,1,9). Sum of RGB (Red+Green+Blue) = 153+1+9=163 (21% of max value = 765). Red value is 153 (60.16% from 255 or 93.87% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 153 - color contains mainly: red. Hex color #990109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990109 is #66FEF6. Grayscale: #2F2F2F. Windows color (decimal): -6749943 or 590233. OLE color: 590233.

HSL color Cylindrical-coordinate representation of color #990109: hue angle of 356.84º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990109 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.4.

Color convert

RGB15319-
CMYK00.990.940.4
HSL356.84º98.7%30.2%-
HSV(B)356.84º99.35%60%-
XYZ13.26.810.88-
YUV47.36106.36203.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 93.87%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 9 (3.91% from 255) = 5.52%
R=93.87%
G=0.61%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531900.990.940.4356.8498.730.2
Hex99190635E28165631e
Octal23111101431365054514336
Binary1001100111001011000111011110101000101100101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990109; }

 p { color: rgb(153,1,9); }

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

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

 a { background-color: rgb(153,1,9); }

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

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

 span { border-color: rgb(153,1,9); }

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