Shades of Carmine #990127
Tints of Carmine #990127
RGB
CMYK
RGB Variations
Color information
#990127 (or 0x990127) is known color: Carmine. HEX triplet: 99, 01 and 27. RGB value is (153,1,39). Sum of RGB (Red+Green+Blue) = 153+1+39=193 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.27% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 153 - color contains mainly: red. Hex color #990127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990127 is #66FED8. Grayscale: #323232. Windows color (decimal): -6749913 or 2556313. OLE color: 2556313.
HSL color Cylindrical-coordinate representation of color #990127: hue angle of 345º 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 #990127 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.4 |
| HSL | 345º | 0.99% | 0.3% | - |
| HSV(B) | 345º | 0.99% | 0.6% | - |
| XYZ | 13.51 | 6.94 | 2.55 | - |
| YUV | 50.78 | 121.36 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 39 | 0 | 0.99 | 0.75 | 0.4 | 345 | 0.99 | 0.3 |
| Hex | 99 | 1 | 27 | 0 | 63 | 4B | 28 | 159 | 63 | 1E |
| Octal | 231 | 1 | 47 | 0 | 143 | 113 | 50 | 531 | 143 | 36 |
| Binary | 10011001 | 1 | 100111 | 0 | 1100011 | 1001011 | 101000 | 101011001 | 1100011 | 11110 |
Color Harmonies of #990127
Complementary color
Monochromatic Colors of #990127
Black with #990127
Text Example
Text Example
White with #990127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990127; }
p { color: rgb(153,1,39); }
H1.HeaderClassName
{
color: #990127;
}
.AnyTagClassName
{
color: #990127;
}
</style>
background-color css
<style>
a { background-color: #990127; }
a { background-color: rgb(153,1,39); }
div.DivClassName
{
background-color: #990127;
}
.BgClassName
{
background-color: #990127;
}
</style>
border-color css
<style>
span { border-color: #990127; }
span { border-color: rgb(153,1,39); }
td.TdClassName
{
border-color: #990127;
}
.TagClassName
{
border-color: #990127;
}
</style>