Shades of Carmine #971326
Tints of Carmine #971326
RGB
CMYK
RGB Variations
Color information
#971326 (or 0x971326) is known color: Carmine. HEX triplet: 97, 13 and 26. RGB value is (151,19,38). Sum of RGB (Red+Green+Blue) = 151+19+38=208 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.60% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 151 - color contains mainly: red. Hex color #971326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971326 is #68ECD9. Grayscale: #3C3C3C. Windows color (decimal): -6876378 or 2495383. OLE color: 2495383.
HSL color Cylindrical-coordinate representation of color #971326: hue angle of 351.36º 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 #971326 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 19 | 38 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.41 |
| HSL | 351.36º | 0.78% | 0.33% | - |
| HSV(B) | 351.36º | 0.87% | 0.59% | - |
| XYZ | 13.35 | 7.18 | 2.52 | - |
| YUV | 60.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 38 | 0 | 0.87 | 0.75 | 0.41 | 351.36 | 0.78 | 0.33 |
| Hex | 97 | 13 | 26 | 0 | 57 | 4B | 29 | 15F | 4E | 21 |
| Octal | 227 | 23 | 46 | 0 | 127 | 113 | 51 | 537 | 116 | 41 |
| Binary | 10010111 | 10011 | 100110 | 0 | 1010111 | 1001011 | 101001 | 101011111 | 1001110 | 100001 |
Color Harmonies of #971326
Complementary color
Monochromatic Colors of #971326
Black with #971326
Text Example
Text Example
White with #971326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971326; }
p { color: rgb(151,19,38); }
H1.HeaderClassName
{
color: #971326;
}
.AnyTagClassName
{
color: #971326;
}
</style>
background-color css
<style>
a { background-color: #971326; }
a { background-color: rgb(151,19,38); }
div.DivClassName
{
background-color: #971326;
}
.BgClassName
{
background-color: #971326;
}
</style>
border-color css
<style>
span { border-color: #971326; }
span { border-color: rgb(151,19,38); }
td.TdClassName
{
border-color: #971326;
}
.TagClassName
{
border-color: #971326;
}
</style>