Shades of Carmine #980729
Tints of Carmine #980729
RGB
CMYK
RGB Variations
Color information
#980729 (or 0x980729) is known color: Carmine. HEX triplet: 98, 07 and 29. RGB value is (152,7,41). Sum of RGB (Red+Green+Blue) = 152+7+41=200 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 152 - color contains mainly: red. Hex color #980729 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980729 is #67F8D6. Grayscale: #363636. Windows color (decimal): -6813911 or 2688920. OLE color: 2688920.
HSL color Cylindrical-coordinate representation of color #980729: hue angle of 345.93º 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 #980729 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 7 | 41 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.40 |
| HSL | 345.93º | 0.91% | 0.31% | - |
| HSV(B) | 345.93º | 0.95% | 0.6% | - |
| XYZ | 13.43 | 6.99 | 2.74 | - |
| YUV | 54.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 41 | 0 | 0.95 | 0.73 | 0.40 | 345.93 | 0.91 | 0.31 |
| Hex | 98 | 7 | 29 | 0 | 5F | 49 | 28 | 15A | 5B | 1F |
| Octal | 230 | 7 | 51 | 0 | 137 | 111 | 50 | 532 | 133 | 37 |
| Binary | 10011000 | 111 | 101001 | 0 | 1011111 | 1001001 | 101000 | 101011010 | 1011011 | 11111 |
Color Harmonies of #980729
Complementary color
Monochromatic Colors of #980729
Black with #980729
Text Example
Text Example
White with #980729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980729; }
p { color: rgb(152,7,41); }
H1.HeaderClassName
{
color: #980729;
}
.AnyTagClassName
{
color: #980729;
}
</style>
background-color css
<style>
a { background-color: #980729; }
a { background-color: rgb(152,7,41); }
div.DivClassName
{
background-color: #980729;
}
.BgClassName
{
background-color: #980729;
}
</style>
border-color css
<style>
span { border-color: #980729; }
span { border-color: rgb(152,7,41); }
td.TdClassName
{
border-color: #980729;
}
.TagClassName
{
border-color: #980729;
}
</style>