Shades of Carmine #980935
Tints of Carmine #980935
RGB
CMYK
RGB Variations
Color information
#980935 (or 0x980935) is known color: Carmine. HEX triplet: 98, 09 and 35. RGB value is (152,9,53). Sum of RGB (Red+Green+Blue) = 152+9+53=214 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.03% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 152 - color contains mainly: red. Hex color #980935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980935 is #67F6CA. Grayscale: #383838. Windows color (decimal): -6813387 or 3475864. OLE color: 3475864.
HSL color Cylindrical-coordinate representation of color #980935: hue angle of 341.54º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980935 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 53 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.40 |
| HSL | 341.54º | 0.89% | 0.32% | - |
| HSV(B) | 341.54º | 0.94% | 0.6% | - |
| XYZ | 13.69 | 7.13 | 4.02 | - |
| YUV | 56.77 | 125.88 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 53 | 0 | 0.94 | 0.65 | 0.40 | 341.54 | 0.89 | 0.32 |
| Hex | 98 | 9 | 35 | 0 | 5E | 41 | 28 | 156 | 59 | 20 |
| Octal | 230 | 11 | 65 | 0 | 136 | 101 | 50 | 526 | 131 | 40 |
| Binary | 10011000 | 1001 | 110101 | 0 | 1011110 | 1000001 | 101000 | 101010110 | 1011001 | 100000 |
Color Harmonies of #980935
Complementary color
Monochromatic Colors of #980935
Black with #980935
Text Example
Text Example
White with #980935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980935; }
p { color: rgb(152,9,53); }
H1.HeaderClassName
{
color: #980935;
}
.AnyTagClassName
{
color: #980935;
}
</style>
background-color css
<style>
a { background-color: #980935; }
a { background-color: rgb(152,9,53); }
div.DivClassName
{
background-color: #980935;
}
.BgClassName
{
background-color: #980935;
}
</style>
border-color css
<style>
span { border-color: #980935; }
span { border-color: rgb(152,9,53); }
td.TdClassName
{
border-color: #980935;
}
.TagClassName
{
border-color: #980935;
}
</style>