Shades of Carmine #980127
Tints of Carmine #980127
RGB
CMYK
RGB Variations
Color information
#980127 (or 0x980127) is known color: Carmine. HEX triplet: 98, 01 and 27. RGB value is (152,1,39). Sum of RGB (Red+Green+Blue) = 152+1+39=192 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.17% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 152 - color contains mainly: red. Hex color #980127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980127 is #67FED8. Grayscale: #323232. Windows color (decimal): -6815449 or 2556312. OLE color: 2556312.
HSL color Cylindrical-coordinate representation of color #980127: hue angle of 344.9º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980127 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.40 |
| HSL | 344.9º | 0.99% | 0.3% | - |
| HSV(B) | 344.9º | 0.99% | 0.6% | - |
| XYZ | 13.33 | 6.84 | 2.54 | - |
| YUV | 50.48 | 121.53 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 39 | 0 | 0.99 | 0.74 | 0.40 | 344.9 | 0.99 | 0.3 |
| Hex | 98 | 1 | 27 | 0 | 63 | 4A | 28 | 159 | 63 | 1E |
| Octal | 230 | 1 | 47 | 0 | 143 | 112 | 50 | 531 | 143 | 36 |
| Binary | 10011000 | 1 | 100111 | 0 | 1100011 | 1001010 | 101000 | 101011001 | 1100011 | 11110 |
Color Harmonies of #980127
Complementary color
Monochromatic Colors of #980127
Black with #980127
Text Example
Text Example
White with #980127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980127; }
p { color: rgb(152,1,39); }
H1.HeaderClassName
{
color: #980127;
}
.AnyTagClassName
{
color: #980127;
}
</style>
background-color css
<style>
a { background-color: #980127; }
a { background-color: rgb(152,1,39); }
div.DivClassName
{
background-color: #980127;
}
.BgClassName
{
background-color: #980127;
}
</style>
border-color css
<style>
span { border-color: #980127; }
span { border-color: rgb(152,1,39); }
td.TdClassName
{
border-color: #980127;
}
.TagClassName
{
border-color: #980127;
}
</style>