Shades of Carmine #981328
Tints of Carmine #981328
RGB
CMYK
RGB Variations
Color information
#981328 (or 0x981328) is known color: Carmine. HEX triplet: 98, 13 and 28. RGB value is (152,19,40). Sum of RGB (Red+Green+Blue) = 152+19+40=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #981328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981328 is #67ECD7. Grayscale: #3D3D3D. Windows color (decimal): -6810840 or 2626456. OLE color: 2626456.
HSL color Cylindrical-coordinate representation of color #981328: hue angle of 350.53º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981328 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 40 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.40 |
| HSL | 350.53º | 0.78% | 0.34% | - |
| HSV(B) | 350.53º | 0.88% | 0.6% | - |
| XYZ | 13.56 | 7.29 | 2.7 | - |
| YUV | 61.16 | 116.06 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 40 | 0 | 0.87 | 0.74 | 0.40 | 350.53 | 0.78 | 0.34 |
| Hex | 98 | 13 | 28 | 0 | 57 | 4A | 28 | 15F | 4E | 22 |
| Octal | 230 | 23 | 50 | 0 | 127 | 112 | 50 | 537 | 116 | 42 |
| Binary | 10011000 | 10011 | 101000 | 0 | 1010111 | 1001010 | 101000 | 101011111 | 1001110 | 100010 |
Color Harmonies of #981328
Complementary color
Monochromatic Colors of #981328
Black with #981328
Text Example
Text Example
White with #981328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981328; }
p { color: rgb(152,19,40); }
H1.HeaderClassName
{
color: #981328;
}
.AnyTagClassName
{
color: #981328;
}
</style>
background-color css
<style>
a { background-color: #981328; }
a { background-color: rgb(152,19,40); }
div.DivClassName
{
background-color: #981328;
}
.BgClassName
{
background-color: #981328;
}
</style>
border-color css
<style>
span { border-color: #981328; }
span { border-color: rgb(152,19,40); }
td.TdClassName
{
border-color: #981328;
}
.TagClassName
{
border-color: #981328;
}
</style>