Shades of Sangria #980002
Tints of Sangria #980002
RGB
CMYK
RGB Variations
Color information
#980002 (or 0x980002) is known color: Sangria. HEX triplet: 98, 00 and 02. RGB value is (152,0,2). Sum of RGB (Red+Green+Blue) = 152+0+2=154 (20% of max value = 765). Red value is 152 (59.77% from 255 or 98.70% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 152 - color contains mainly: red. Hex color #980002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980002 is #67FFFD. Grayscale: #2D2D2D. Windows color (decimal): -6815742 or 131224. OLE color: 131224.
HSL color Cylindrical-coordinate representation of color #980002: hue angle of 359.21º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.40 |
| HSL | 359.21º | 1% | 0.3% | - |
| HSV(B) | 359.21º | 1% | 0.6% | - |
| XYZ | 12.96 | 6.68 | 0.66 | - |
| YUV | 45.68 | 103.36 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 2 | 0 | 1 | 0.99 | 0.40 | 359.21 | 1 | 0.3 |
| Hex | 98 | 0 | 2 | 0 | 64 | 63 | 28 | 167 | 64 | 1E |
| Octal | 230 | 0 | 2 | 0 | 144 | 143 | 50 | 547 | 144 | 36 |
| Binary | 10011000 | 0 | 10 | 0 | 1100100 | 1100011 | 101000 | 101100111 | 1100100 | 11110 |
Color Harmonies of #980002
Complementary color
Monochromatic Colors of #980002
Black with #980002
Text Example
Text Example
White with #980002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980002; }
p { color: rgb(152,0,2); }
H1.HeaderClassName
{
color: #980002;
}
.AnyTagClassName
{
color: #980002;
}
</style>
background-color css
<style>
a { background-color: #980002; }
a { background-color: rgb(152,0,2); }
div.DivClassName
{
background-color: #980002;
}
.BgClassName
{
background-color: #980002;
}
</style>
border-color css
<style>
span { border-color: #980002; }
span { border-color: rgb(152,0,2); }
td.TdClassName
{
border-color: #980002;
}
.TagClassName
{
border-color: #980002;
}
</style>