Shades of Carmine #970519
Tints of Carmine #970519
RGB
CMYK
RGB Variations
Color information
#970519 (or 0x970519) is known color: Carmine. HEX triplet: 97, 05 and 19. RGB value is (151,5,25). Sum of RGB (Red+Green+Blue) = 151+5+25=181 (23% of max value = 765). Red value is 151 (59.38% from 255 or 83.43% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 151 - color contains mainly: red. Hex color #970519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970519 is #68FAE6. Grayscale: #333333. Windows color (decimal): -6879975 or 1639831. OLE color: 1639831.
HSL color Cylindrical-coordinate representation of color #970519: hue angle of 351.78º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #970519 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 5 | 25 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.41 |
| HSL | 351.78º | 0.94% | 0.31% | - |
| HSV(B) | 351.78º | 0.97% | 0.59% | - |
| XYZ | 12.99 | 6.76 | 1.54 | - |
| YUV | 50.93 | 113.37 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 25 | 0 | 0.97 | 0.83 | 0.41 | 351.78 | 0.94 | 0.31 |
| Hex | 97 | 5 | 19 | 0 | 61 | 53 | 29 | 160 | 5E | 1F |
| Octal | 227 | 5 | 31 | 0 | 141 | 123 | 51 | 540 | 136 | 37 |
| Binary | 10010111 | 101 | 11001 | 0 | 1100001 | 1010011 | 101001 | 101100000 | 1011110 | 11111 |
Color Harmonies of #970519
Complementary color
Monochromatic Colors of #970519
Black with #970519
Text Example
Text Example
White with #970519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970519; }
p { color: rgb(151,5,25); }
H1.HeaderClassName
{
color: #970519;
}
.AnyTagClassName
{
color: #970519;
}
</style>
background-color css
<style>
a { background-color: #970519; }
a { background-color: rgb(151,5,25); }
div.DivClassName
{
background-color: #970519;
}
.BgClassName
{
background-color: #970519;
}
</style>
border-color css
<style>
span { border-color: #970519; }
span { border-color: rgb(151,5,25); }
td.TdClassName
{
border-color: #970519;
}
.TagClassName
{
border-color: #970519;
}
</style>