Shades of Carmine #980034
Tints of Carmine #980034
RGB
CMYK
RGB Variations
Color information
#980034 (or 0x980034) is known color: Carmine. HEX triplet: 98, 00 and 34. RGB value is (152,0,52). Sum of RGB (Red+Green+Blue) = 152+0+52=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #980034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980034 is #67FFCB. Grayscale: #333333. Windows color (decimal): -6815692 or 3408024. OLE color: 3408024.
HSL color Cylindrical-coordinate representation of color #980034: hue angle of 339.47º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980034 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.66 | 0.40 |
| HSL | 339.47º | 1% | 0.3% | - |
| HSV(B) | 339.47º | 1% | 0.6% | - |
| XYZ | 13.57 | 6.92 | 3.87 | - |
| YUV | 51.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 52 | 0 | 1 | 0.66 | 0.40 | 339.47 | 1 | 0.3 |
| Hex | 98 | 0 | 34 | 0 | 64 | 42 | 28 | 153 | 64 | 1E |
| Octal | 230 | 0 | 64 | 0 | 144 | 102 | 50 | 523 | 144 | 36 |
| Binary | 10011000 | 0 | 110100 | 0 | 1100100 | 1000010 | 101000 | 101010011 | 1100100 | 11110 |
Color Harmonies of #980034
Complementary color
Monochromatic Colors of #980034
Black with #980034
Text Example
Text Example
White with #980034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980034; }
p { color: rgb(152,0,52); }
H1.HeaderClassName
{
color: #980034;
}
.AnyTagClassName
{
color: #980034;
}
</style>
background-color css
<style>
a { background-color: #980034; }
a { background-color: rgb(152,0,52); }
div.DivClassName
{
background-color: #980034;
}
.BgClassName
{
background-color: #980034;
}
</style>
border-color css
<style>
span { border-color: #980034; }
span { border-color: rgb(152,0,52); }
td.TdClassName
{
border-color: #980034;
}
.TagClassName
{
border-color: #980034;
}
</style>