Shades of Carmine #980721
Tints of Carmine #980721
RGB
CMYK
RGB Variations
Color information
#980721 (or 0x980721) is known color: Carmine. HEX triplet: 98, 07 and 21. RGB value is (152,7,33). Sum of RGB (Red+Green+Blue) = 152+7+33=192 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.17% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 152 - color contains mainly: red. Hex color #980721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980721 is #67F8DE. Grayscale: #353535. Windows color (decimal): -6813919 or 2164632. OLE color: 2164632.
HSL color Cylindrical-coordinate representation of color #980721: hue angle of 349.24º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980721 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 7 | 33 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.40 |
| HSL | 349.24º | 0.91% | 0.31% | - |
| HSV(B) | 349.24º | 0.95% | 0.6% | - |
| XYZ | 13.3 | 6.94 | 2.08 | - |
| YUV | 53.32 | 116.54 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 33 | 0 | 0.95 | 0.78 | 0.40 | 349.24 | 0.91 | 0.31 |
| Hex | 98 | 7 | 21 | 0 | 5F | 4E | 28 | 15D | 5B | 1F |
| Octal | 230 | 7 | 41 | 0 | 137 | 116 | 50 | 535 | 133 | 37 |
| Binary | 10011000 | 111 | 100001 | 0 | 1011111 | 1001110 | 101000 | 101011101 | 1011011 | 11111 |
Color Harmonies of #980721
Complementary color
Monochromatic Colors of #980721
Black with #980721
Text Example
Text Example
White with #980721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980721; }
p { color: rgb(152,7,33); }
H1.HeaderClassName
{
color: #980721;
}
.AnyTagClassName
{
color: #980721;
}
</style>
background-color css
<style>
a { background-color: #980721; }
a { background-color: rgb(152,7,33); }
div.DivClassName
{
background-color: #980721;
}
.BgClassName
{
background-color: #980721;
}
</style>
border-color css
<style>
span { border-color: #980721; }
span { border-color: rgb(152,7,33); }
td.TdClassName
{
border-color: #980721;
}
.TagClassName
{
border-color: #980721;
}
</style>