Shades of Carmine #980819
Tints of Carmine #980819
RGB
CMYK
RGB Variations
Color information
#980819 (or 0x980819) is known color: Carmine. HEX triplet: 98, 08 and 19. RGB value is (152,8,25). Sum of RGB (Red+Green+Blue) = 152+8+25=185 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.16% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 152 - color contains mainly: red. Hex color #980819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980819 is #67F7E6. Grayscale: #353535. Windows color (decimal): -6813671 or 1640600. OLE color: 1640600.
HSL color Cylindrical-coordinate representation of color #980819: hue angle of 352.92º degrees, saturation: 0.9, 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 #980819 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 8 | 25 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.40 |
| HSL | 352.92º | 0.9% | 0.31% | - |
| HSV(B) | 352.92º | 0.95% | 0.6% | - |
| XYZ | 13.21 | 6.92 | 1.56 | - |
| YUV | 52.99 | 112.21 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 8 | 25 | 0 | 0.95 | 0.84 | 0.40 | 352.92 | 0.9 | 0.31 |
| Hex | 98 | 8 | 19 | 0 | 5F | 54 | 28 | 161 | 5A | 1F |
| Octal | 230 | 10 | 31 | 0 | 137 | 124 | 50 | 541 | 132 | 37 |
| Binary | 10011000 | 1000 | 11001 | 0 | 1011111 | 1010100 | 101000 | 101100001 | 1011010 | 11111 |
Color Harmonies of #980819
Complementary color
Monochromatic Colors of #980819
Black with #980819
Text Example
Text Example
White with #980819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980819; }
p { color: rgb(152,8,25); }
H1.HeaderClassName
{
color: #980819;
}
.AnyTagClassName
{
color: #980819;
}
</style>
background-color css
<style>
a { background-color: #980819; }
a { background-color: rgb(152,8,25); }
div.DivClassName
{
background-color: #980819;
}
.BgClassName
{
background-color: #980819;
}
</style>
border-color css
<style>
span { border-color: #980819; }
span { border-color: rgb(152,8,25); }
td.TdClassName
{
border-color: #980819;
}
.TagClassName
{
border-color: #980819;
}
</style>