Shades of Sangria #960509
Tints of Sangria #960509
RGB
CMYK
RGB Variations
Color information
#960509 (or 0x960509) is known color: Sangria. HEX triplet: 96, 05 and 09. RGB value is (150,5,9). Sum of RGB (Red+Green+Blue) = 150+5+9=164 (21% of max value = 765). Red value is 150 (58.98% from 255 or 91.46% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 150 - color contains mainly: red. Hex color #960509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960509 is #69FAF6. Grayscale: #303030. Windows color (decimal): -6945527 or 591254. OLE color: 591254.
HSL color Cylindrical-coordinate representation of color #960509: hue angle of 358.34º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960509 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 5 | 9 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.41 |
| HSL | 358.34º | 0.94% | 0.3% | - |
| HSV(B) | 358.34º | 0.97% | 0.59% | - |
| XYZ | 12.68 | 6.61 | 0.87 | - |
| YUV | 48.81 | 105.54 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 9 | 0 | 0.97 | 0.94 | 0.41 | 358.34 | 0.94 | 0.3 |
| Hex | 96 | 5 | 9 | 0 | 61 | 5E | 29 | 166 | 5E | 1E |
| Octal | 226 | 5 | 11 | 0 | 141 | 136 | 51 | 546 | 136 | 36 |
| Binary | 10010110 | 101 | 1001 | 0 | 1100001 | 1011110 | 101001 | 101100110 | 1011110 | 11110 |
Color Harmonies of #960509
Complementary color
Monochromatic Colors of #960509
Black with #960509
Text Example
Text Example
White with #960509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960509; }
p { color: rgb(150,5,9); }
H1.HeaderClassName
{
color: #960509;
}
.AnyTagClassName
{
color: #960509;
}
</style>
background-color css
<style>
a { background-color: #960509; }
a { background-color: rgb(150,5,9); }
div.DivClassName
{
background-color: #960509;
}
.BgClassName
{
background-color: #960509;
}
</style>
border-color css
<style>
span { border-color: #960509; }
span { border-color: rgb(150,5,9); }
td.TdClassName
{
border-color: #960509;
}
.TagClassName
{
border-color: #960509;
}
</style>