Shades of Carmine #971321
Tints of Carmine #971321
RGB
CMYK
RGB Variations
Color information
#971321 (or 0x971321) is known color: Carmine. HEX triplet: 97, 13 and 21. RGB value is (151,19,33). Sum of RGB (Red+Green+Blue) = 151+19+33=203 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.38% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 151 - color contains mainly: red. Hex color #971321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971321 is #68ECDE. Grayscale: #3C3C3C. Windows color (decimal): -6876383 or 2167703. OLE color: 2167703.
HSL color Cylindrical-coordinate representation of color #971321: hue angle of 353.64º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971321 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 19 | 33 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.41 |
| HSL | 353.64º | 0.78% | 0.33% | - |
| HSV(B) | 353.64º | 0.87% | 0.59% | - |
| XYZ | 13.27 | 7.15 | 2.12 | - |
| YUV | 60.06 | 112.73 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 33 | 0 | 0.87 | 0.78 | 0.41 | 353.64 | 0.78 | 0.33 |
| Hex | 97 | 13 | 21 | 0 | 57 | 4E | 29 | 162 | 4E | 21 |
| Octal | 227 | 23 | 41 | 0 | 127 | 116 | 51 | 542 | 116 | 41 |
| Binary | 10010111 | 10011 | 100001 | 0 | 1010111 | 1001110 | 101001 | 101100010 | 1001110 | 100001 |
Color Harmonies of #971321
Complementary color
Monochromatic Colors of #971321
Black with #971321
Text Example
Text Example
White with #971321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971321; }
p { color: rgb(151,19,33); }
H1.HeaderClassName
{
color: #971321;
}
.AnyTagClassName
{
color: #971321;
}
</style>
background-color css
<style>
a { background-color: #971321; }
a { background-color: rgb(151,19,33); }
div.DivClassName
{
background-color: #971321;
}
.BgClassName
{
background-color: #971321;
}
</style>
border-color css
<style>
span { border-color: #971321; }
span { border-color: rgb(151,19,33); }
td.TdClassName
{
border-color: #971321;
}
.TagClassName
{
border-color: #971321;
}
</style>