Shades of Carmine #980733
Tints of Carmine #980733
RGB
CMYK
RGB Variations
Color information
#980733 (or 0x980733) is known color: Carmine. HEX triplet: 98, 07 and 33. RGB value is (152,7,51). Sum of RGB (Red+Green+Blue) = 152+7+51=210 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.38% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 152 - color contains mainly: red. Hex color #980733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980733 is #67F8CC. Grayscale: #373737. Windows color (decimal): -6813901 or 3344280. OLE color: 3344280.
HSL color Cylindrical-coordinate representation of color #980733: hue angle of 341.79º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980733 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 7 | 51 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.40 |
| HSL | 341.79º | 0.91% | 0.31% | - |
| HSV(B) | 341.79º | 0.95% | 0.6% | - |
| XYZ | 13.62 | 7.07 | 3.78 | - |
| YUV | 55.37 | 125.54 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 51 | 0 | 0.95 | 0.66 | 0.40 | 341.79 | 0.91 | 0.31 |
| Hex | 98 | 7 | 33 | 0 | 5F | 42 | 28 | 156 | 5B | 1F |
| Octal | 230 | 7 | 63 | 0 | 137 | 102 | 50 | 526 | 133 | 37 |
| Binary | 10011000 | 111 | 110011 | 0 | 1011111 | 1000010 | 101000 | 101010110 | 1011011 | 11111 |
Color Harmonies of #980733
Complementary color
Monochromatic Colors of #980733
Black with #980733
Text Example
Text Example
White with #980733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980733; }
p { color: rgb(152,7,51); }
H1.HeaderClassName
{
color: #980733;
}
.AnyTagClassName
{
color: #980733;
}
</style>
background-color css
<style>
a { background-color: #980733; }
a { background-color: rgb(152,7,51); }
div.DivClassName
{
background-color: #980733;
}
.BgClassName
{
background-color: #980733;
}
</style>
border-color css
<style>
span { border-color: #980733; }
span { border-color: rgb(152,7,51); }
td.TdClassName
{
border-color: #980733;
}
.TagClassName
{
border-color: #980733;
}
</style>