Shades of Sangria #960306
Tints of Sangria #960306
RGB
CMYK
RGB Variations
Color information
#960306 (or 0x960306) is known color: Sangria. HEX triplet: 96, 03 and 06. RGB value is (150,3,6). Sum of RGB (Red+Green+Blue) = 150+3+6=159 (21% of max value = 765). Red value is 150 (58.98% from 255 or 94.34% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 150 - color contains mainly: red. Hex color #960306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960306 is #69FCF9. Grayscale: #2F2F2F. Windows color (decimal): -6946042 or 394134. OLE color: 394134.
HSL color Cylindrical-coordinate representation of color #960306: hue angle of 358.78º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #960306 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 6 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.41 |
| HSL | 358.78º | 0.96% | 0.3% | - |
| HSV(B) | 358.78º | 0.98% | 0.59% | - |
| XYZ | 12.64 | 6.56 | 0.77 | - |
| YUV | 47.3 | 104.7 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 6 | 0 | 0.98 | 0.96 | 0.41 | 358.78 | 0.96 | 0.3 |
| Hex | 96 | 3 | 6 | 0 | 62 | 60 | 29 | 167 | 60 | 1E |
| Octal | 226 | 3 | 6 | 0 | 142 | 140 | 51 | 547 | 140 | 36 |
| Binary | 10010110 | 11 | 110 | 0 | 1100010 | 1100000 | 101001 | 101100111 | 1100000 | 11110 |
Color Harmonies of #960306
Complementary color
Monochromatic Colors of #960306
Black with #960306
Text Example
Text Example
White with #960306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960306; }
p { color: rgb(150,3,6); }
H1.HeaderClassName
{
color: #960306;
}
.AnyTagClassName
{
color: #960306;
}
</style>
background-color css
<style>
a { background-color: #960306; }
a { background-color: rgb(150,3,6); }
div.DivClassName
{
background-color: #960306;
}
.BgClassName
{
background-color: #960306;
}
</style>
border-color css
<style>
span { border-color: #960306; }
span { border-color: rgb(150,3,6); }
td.TdClassName
{
border-color: #960306;
}
.TagClassName
{
border-color: #960306;
}
</style>