Shades of Sangria #980305
Tints of Sangria #980305
RGB
CMYK
RGB Variations
Color information
#980305 (or 0x980305) is known color: Sangria. HEX triplet: 98, 03 and 05. RGB value is (152,3,5). Sum of RGB (Red+Green+Blue) = 152+3+5=160 (21% of max value = 765). Red value is 152 (59.77% from 255 or 95% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 152 - color contains mainly: red. Hex color #980305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980305 is #67FCFA. Grayscale: #2F2F2F. Windows color (decimal): -6814971 or 328600. OLE color: 328600.
HSL color Cylindrical-coordinate representation of color #980305: hue angle of 359.19º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980305 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 5 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.40 |
| HSL | 359.19º | 0.96% | 0.3% | - |
| HSV(B) | 359.19º | 0.98% | 0.6% | - |
| XYZ | 13.01 | 6.75 | 0.76 | - |
| YUV | 47.78 | 103.86 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 5 | 0 | 0.98 | 0.97 | 0.40 | 359.19 | 0.96 | 0.3 |
| Hex | 98 | 3 | 5 | 0 | 62 | 61 | 28 | 167 | 60 | 1E |
| Octal | 230 | 3 | 5 | 0 | 142 | 141 | 50 | 547 | 140 | 36 |
| Binary | 10011000 | 11 | 101 | 0 | 1100010 | 1100001 | 101000 | 101100111 | 1100000 | 11110 |
Color Harmonies of #980305
Complementary color
Monochromatic Colors of #980305
Black with #980305
Text Example
Text Example
White with #980305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980305; }
p { color: rgb(152,3,5); }
H1.HeaderClassName
{
color: #980305;
}
.AnyTagClassName
{
color: #980305;
}
</style>
background-color css
<style>
a { background-color: #980305; }
a { background-color: rgb(152,3,5); }
div.DivClassName
{
background-color: #980305;
}
.BgClassName
{
background-color: #980305;
}
</style>
border-color css
<style>
span { border-color: #980305; }
span { border-color: rgb(152,3,5); }
td.TdClassName
{
border-color: #980305;
}
.TagClassName
{
border-color: #980305;
}
</style>