Shades of Carmine #970928
Tints of Carmine #970928
RGB
CMYK
RGB Variations
Color information
#970928 (or 0x970928) is known color: Carmine. HEX triplet: 97, 09 and 28. RGB value is (151,9,40). Sum of RGB (Red+Green+Blue) = 151+9+40=200 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 151 - color contains mainly: red. Hex color #970928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970928 is #68F6D7. Grayscale: #373737. Windows color (decimal): -6878936 or 2623895. OLE color: 2623895.
HSL color Cylindrical-coordinate representation of color #970928: hue angle of 346.9º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970928 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 9 | 40 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.41 |
| HSL | 346.9º | 0.89% | 0.31% | - |
| HSV(B) | 346.9º | 0.94% | 0.59% | - |
| XYZ | 13.24 | 6.93 | 2.65 | - |
| YUV | 54.99 | 119.54 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 9 | 40 | 0 | 0.94 | 0.74 | 0.41 | 346.9 | 0.89 | 0.31 |
| Hex | 97 | 9 | 28 | 0 | 5E | 4A | 29 | 15B | 59 | 1F |
| Octal | 227 | 11 | 50 | 0 | 136 | 112 | 51 | 533 | 131 | 37 |
| Binary | 10010111 | 1001 | 101000 | 0 | 1011110 | 1001010 | 101001 | 101011011 | 1011001 | 11111 |
Color Harmonies of #970928
Complementary color
Monochromatic Colors of #970928
Black with #970928
Text Example
Text Example
White with #970928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970928; }
p { color: rgb(151,9,40); }
H1.HeaderClassName
{
color: #970928;
}
.AnyTagClassName
{
color: #970928;
}
</style>
background-color css
<style>
a { background-color: #970928; }
a { background-color: rgb(151,9,40); }
div.DivClassName
{
background-color: #970928;
}
.BgClassName
{
background-color: #970928;
}
</style>
border-color css
<style>
span { border-color: #970928; }
span { border-color: rgb(151,9,40); }
td.TdClassName
{
border-color: #970928;
}
.TagClassName
{
border-color: #970928;
}
</style>