Shades of Carmine #981622
Tints of Carmine #981622
RGB
CMYK
RGB Variations
Color information
#981622 (or 0x981622) is known color: Carmine. HEX triplet: 98, 16 and 22. RGB value is (152,22,34). Sum of RGB (Red+Green+Blue) = 152+22+34=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #981622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981622 is #67E9DD. Grayscale: #3E3E3E. Windows color (decimal): -6810078 or 2234008. OLE color: 2234008.
HSL color Cylindrical-coordinate representation of color #981622: hue angle of 354.46º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981622 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 22 | 34 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.40 |
| HSL | 354.46º | 0.75% | 0.34% | - |
| HSV(B) | 354.46º | 0.86% | 0.6% | - |
| XYZ | 13.52 | 7.36 | 2.22 | - |
| YUV | 62.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 34 | 0 | 0.86 | 0.78 | 0.40 | 354.46 | 0.75 | 0.34 |
| Hex | 98 | 16 | 22 | 0 | 56 | 4E | 28 | 162 | 4B | 22 |
| Octal | 230 | 26 | 42 | 0 | 126 | 116 | 50 | 542 | 113 | 42 |
| Binary | 10011000 | 10110 | 100010 | 0 | 1010110 | 1001110 | 101000 | 101100010 | 1001011 | 100010 |
Color Harmonies of #981622
Complementary color
Monochromatic Colors of #981622
Black with #981622
Text Example
Text Example
White with #981622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981622; }
p { color: rgb(152,22,34); }
H1.HeaderClassName
{
color: #981622;
}
.AnyTagClassName
{
color: #981622;
}
</style>
background-color css
<style>
a { background-color: #981622; }
a { background-color: rgb(152,22,34); }
div.DivClassName
{
background-color: #981622;
}
.BgClassName
{
background-color: #981622;
}
</style>
border-color css
<style>
span { border-color: #981622; }
span { border-color: rgb(152,22,34); }
td.TdClassName
{
border-color: #981622;
}
.TagClassName
{
border-color: #981622;
}
</style>