Shades of Carmine #990636
Tints of Carmine #990636
RGB
CMYK
RGB Variations
Color information
#990636 (or 0x990636) is known color: Carmine. HEX triplet: 99, 06 and 36. RGB value is (153,6,54). Sum of RGB (Red+Green+Blue) = 153+6+54=213 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.83% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 153 - color contains mainly: red. Hex color #990636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990636 is #66F9C9. Grayscale: #373737. Windows color (decimal): -6748618 or 3540633. OLE color: 3540633.
HSL color Cylindrical-coordinate representation of color #990636: hue angle of 340.41º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990636 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 54 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.4 |
| HSL | 340.41º | 0.92% | 0.31% | - |
| HSV(B) | 340.41º | 0.96% | 0.6% | - |
| XYZ | 13.87 | 7.17 | 4.14 | - |
| YUV | 55.43 | 127.2 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 54 | 0 | 0.96 | 0.65 | 0.4 | 340.41 | 0.92 | 0.31 |
| Hex | 99 | 6 | 36 | 0 | 60 | 41 | 28 | 154 | 5C | 1F |
| Octal | 231 | 6 | 66 | 0 | 140 | 101 | 50 | 524 | 134 | 37 |
| Binary | 10011001 | 110 | 110110 | 0 | 1100000 | 1000001 | 101000 | 101010100 | 1011100 | 11111 |
Color Harmonies of #990636
Complementary color
Monochromatic Colors of #990636
Black with #990636
Text Example
Text Example
White with #990636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990636; }
p { color: rgb(153,6,54); }
H1.HeaderClassName
{
color: #990636;
}
.AnyTagClassName
{
color: #990636;
}
</style>
background-color css
<style>
a { background-color: #990636; }
a { background-color: rgb(153,6,54); }
div.DivClassName
{
background-color: #990636;
}
.BgClassName
{
background-color: #990636;
}
</style>
border-color css
<style>
span { border-color: #990636; }
span { border-color: rgb(153,6,54); }
td.TdClassName
{
border-color: #990636;
}
.TagClassName
{
border-color: #990636;
}
</style>