Shades of Sangria #990306
Tints of Sangria #990306
RGB
CMYK
RGB Variations
Color information
#990306 (or 0x990306) is known color: Sangria. HEX triplet: 99, 03 and 06. RGB value is (153,3,6). Sum of RGB (Red+Green+Blue) = 153+3+6=162 (21% of max value = 765). Red value is 153 (60.16% from 255 or 94.44% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 153 - color contains mainly: red. Hex color #990306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990306 is #66FCF9. Grayscale: #303030. Windows color (decimal): -6749434 or 394137. OLE color: 394137.
HSL color Cylindrical-coordinate representation of color #990306: hue angle of 358.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990306 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 3 | 6 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.4 |
| HSL | 358.8º | 0.96% | 0.31% | - |
| HSV(B) | 358.8º | 0.98% | 0.6% | - |
| XYZ | 13.2 | 6.85 | 0.8 | - |
| YUV | 48.19 | 104.2 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 6 | 0 | 0.98 | 0.96 | 0.4 | 358.8 | 0.96 | 0.31 |
| Hex | 99 | 3 | 6 | 0 | 62 | 60 | 28 | 167 | 60 | 1F |
| Octal | 231 | 3 | 6 | 0 | 142 | 140 | 50 | 547 | 140 | 37 |
| Binary | 10011001 | 11 | 110 | 0 | 1100010 | 1100000 | 101000 | 101100111 | 1100000 | 11111 |
Color Harmonies of #990306
Complementary color
Monochromatic Colors of #990306
Black with #990306
Text Example
Text Example
White with #990306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990306; }
p { color: rgb(153,3,6); }
H1.HeaderClassName
{
color: #990306;
}
.AnyTagClassName
{
color: #990306;
}
</style>
background-color css
<style>
a { background-color: #990306; }
a { background-color: rgb(153,3,6); }
div.DivClassName
{
background-color: #990306;
}
.BgClassName
{
background-color: #990306;
}
</style>
border-color css
<style>
span { border-color: #990306; }
span { border-color: rgb(153,3,6); }
td.TdClassName
{
border-color: #990306;
}
.TagClassName
{
border-color: #990306;
}
</style>