Shades of Carmine #980619
Tints of Carmine #980619
RGB
CMYK
RGB Variations
Color information
#980619 (or 0x980619) is known color: Carmine. HEX triplet: 98, 06 and 19. RGB value is (152,6,25). Sum of RGB (Red+Green+Blue) = 152+6+25=183 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.06% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 152 - color contains mainly: red. Hex color #980619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980619 is #67F9E6. Grayscale: #333333. Windows color (decimal): -6814183 or 1640088. OLE color: 1640088.
HSL color Cylindrical-coordinate representation of color #980619: hue angle of 352.19º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #980619 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 6 | 25 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.40 |
| HSL | 352.19º | 0.92% | 0.31% | - |
| HSV(B) | 352.19º | 0.96% | 0.6% | - |
| XYZ | 13.19 | 6.88 | 1.55 | - |
| YUV | 51.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 6 | 25 | 0 | 0.96 | 0.84 | 0.40 | 352.19 | 0.92 | 0.31 |
| Hex | 98 | 6 | 19 | 0 | 60 | 54 | 28 | 160 | 5C | 1F |
| Octal | 230 | 6 | 31 | 0 | 140 | 124 | 50 | 540 | 134 | 37 |
| Binary | 10011000 | 110 | 11001 | 0 | 1100000 | 1010100 | 101000 | 101100000 | 1011100 | 11111 |
Color Harmonies of #980619
Complementary color
Monochromatic Colors of #980619
Black with #980619
Text Example
Text Example
White with #980619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980619; }
p { color: rgb(152,6,25); }
H1.HeaderClassName
{
color: #980619;
}
.AnyTagClassName
{
color: #980619;
}
</style>
background-color css
<style>
a { background-color: #980619; }
a { background-color: rgb(152,6,25); }
div.DivClassName
{
background-color: #980619;
}
.BgClassName
{
background-color: #980619;
}
</style>
border-color css
<style>
span { border-color: #980619; }
span { border-color: rgb(152,6,25); }
td.TdClassName
{
border-color: #980619;
}
.TagClassName
{
border-color: #980619;
}
</style>