#990611

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

Shades of Sangria #990611

Tints of Sangria #990611

Color information

#990611 (or 0x990611) is unknown color: approx Sangria. HEX triplet: 99, 06 and 11. RGB value is (153,6,17). Sum of RGB (Red+Green+Blue) = 153+6+17=176 (23% of max value = 765). Red value is 153 (60.16% from 255 or 86.93% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 153 - color contains mainly: red. Hex color #990611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990611 is #66F9EE. Grayscale: #333333. Windows color (decimal): -6748655 or 1115801. OLE color: 1115801.

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

Color convert

RGB153617-
CMYK00.960.890.4
HSL355.51º92.45%31.18%-
HSV(B)355.51º96.08%60%-
XYZ13.36.941.17-
YUV51.21108.7200.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 86.93%
GREEN value IS 6 (2.73% from 255) = 3.41%
BLUE value IS 17 (7.03% from 255) = 9.66%
R=86.93%
G=3.41%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15361700.960.890.4355.5192.4531.18
Hex9961106059281645c1f
Octal23162101401315054413437
Binary1001100111010001011000001011001101000101100100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990611; }

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

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

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

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

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

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

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

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