Shades of Sangria #960002
Tints of Sangria #960002
RGB
CMYK
RGB Variations
Color information
#960002 (or 0x960002) is known color: Sangria. HEX triplet: 96, 00 and 02. RGB value is (150,0,2). Sum of RGB (Red+Green+Blue) = 150+0+2=152 (20% of max value = 765). Red value is 150 (58.98% from 255 or 98.68% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 150 - color contains mainly: red. Hex color #960002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960002 is #69FFFD. Grayscale: #2D2D2D. Windows color (decimal): -6946814 or 131222. OLE color: 131222.
HSL color Cylindrical-coordinate representation of color #960002: hue angle of 359.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.41 |
| HSL | 359.2º | 1% | 0.29% | - |
| HSV(B) | 359.2º | 1% | 0.59% | - |
| XYZ | 12.59 | 6.49 | 0.65 | - |
| YUV | 45.08 | 103.7 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 2 | 0 | 1 | 0.99 | 0.41 | 359.2 | 1 | 0.29 |
| Hex | 96 | 0 | 2 | 0 | 64 | 63 | 29 | 167 | 64 | 1D |
| Octal | 226 | 0 | 2 | 0 | 144 | 143 | 51 | 547 | 144 | 35 |
| Binary | 10010110 | 0 | 10 | 0 | 1100100 | 1100011 | 101001 | 101100111 | 1100100 | 11101 |
Color Harmonies of #960002
Complementary color
Monochromatic Colors of #960002
Black with #960002
Text Example
Text Example
White with #960002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960002; }
p { color: rgb(150,0,2); }
H1.HeaderClassName
{
color: #960002;
}
.AnyTagClassName
{
color: #960002;
}
</style>
background-color css
<style>
a { background-color: #960002; }
a { background-color: rgb(150,0,2); }
div.DivClassName
{
background-color: #960002;
}
.BgClassName
{
background-color: #960002;
}
</style>
border-color css
<style>
span { border-color: #960002; }
span { border-color: rgb(150,0,2); }
td.TdClassName
{
border-color: #960002;
}
.TagClassName
{
border-color: #960002;
}
</style>