Shades of Sangria #980108
Tints of Sangria #980108
RGB
CMYK
RGB Variations
Color information
#980108 (or 0x980108) is known color: Sangria. HEX triplet: 98, 01 and 08. RGB value is (152,1,8). Sum of RGB (Red+Green+Blue) = 152+1+8=161 (21% of max value = 765). Red value is 152 (59.77% from 255 or 94.41% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 152 - color contains mainly: red. Hex color #980108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980108 is #67FEF7. Grayscale: #2F2F2F. Windows color (decimal): -6815480 or 524696. OLE color: 524696.
HSL color Cylindrical-coordinate representation of color #980108: hue angle of 357.22º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980108 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 8 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.40 |
| HSL | 357.22º | 0.99% | 0.3% | - |
| HSV(B) | 357.22º | 0.99% | 0.6% | - |
| XYZ | 13 | 6.71 | 0.84 | - |
| YUV | 46.95 | 106.03 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 8 | 0 | 0.99 | 0.95 | 0.40 | 357.22 | 0.99 | 0.3 |
| Hex | 98 | 1 | 8 | 0 | 63 | 5F | 28 | 165 | 63 | 1E |
| Octal | 230 | 1 | 10 | 0 | 143 | 137 | 50 | 545 | 143 | 36 |
| Binary | 10011000 | 1 | 1000 | 0 | 1100011 | 1011111 | 101000 | 101100101 | 1100011 | 11110 |
Color Harmonies of #980108
Complementary color
Monochromatic Colors of #980108
Black with #980108
Text Example
Text Example
White with #980108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980108; }
p { color: rgb(152,1,8); }
H1.HeaderClassName
{
color: #980108;
}
.AnyTagClassName
{
color: #980108;
}
</style>
background-color css
<style>
a { background-color: #980108; }
a { background-color: rgb(152,1,8); }
div.DivClassName
{
background-color: #980108;
}
.BgClassName
{
background-color: #980108;
}
</style>
border-color css
<style>
span { border-color: #980108; }
span { border-color: rgb(152,1,8); }
td.TdClassName
{
border-color: #980108;
}
.TagClassName
{
border-color: #980108;
}
</style>