Shades of Carmine #9F0631
Tints of Carmine #9F0631
RGB
CMYK
RGB Variations
Color information
#9F0631 (or 0x9F0631) is known color: Carmine. HEX triplet: 9F, 06 and 31. RGB value is (159,6,49). Sum of RGB (Red+Green+Blue) = 159+6+49=214 (28% of max value = 765). Red value is 159 (62.5% from 255 or 74.30% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0631 is #60F9CE. Grayscale: #383838. Windows color (decimal): -6355407 or 3212959. OLE color: 3212959.
HSL color Cylindrical-coordinate representation of color #9F0631: hue angle of 343.14º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0631 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 6 | 49 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.38 |
| HSL | 343.14º | 0.93% | 0.32% | - |
| HSV(B) | 343.14º | 0.96% | 0.62% | - |
| XYZ | 14.92 | 7.72 | 3.61 | - |
| YUV | 56.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 49 | 0 | 0.96 | 0.69 | 0.38 | 343.14 | 0.93 | 0.32 |
| Hex | 9F | 6 | 31 | 0 | 60 | 45 | 26 | 157 | 5D | 20 |
| Octal | 237 | 6 | 61 | 0 | 140 | 105 | 46 | 527 | 135 | 40 |
| Binary | 10011111 | 110 | 110001 | 0 | 1100000 | 1000101 | 100110 | 101010111 | 1011101 | 100000 |
Color Harmonies of #9F0631
Complementary color
Monochromatic Colors of #9F0631
Black with #9F0631
Text Example
Text Example
White with #9F0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0631; }
p { color: rgb(159,6,49); }
H1.HeaderClassName
{
color: #9F0631;
}
.AnyTagClassName
{
color: #9F0631;
}
</style>
background-color css
<style>
a { background-color: #9F0631; }
a { background-color: rgb(159,6,49); }
div.DivClassName
{
background-color: #9F0631;
}
.BgClassName
{
background-color: #9F0631;
}
</style>
border-color css
<style>
span { border-color: #9F0631; }
span { border-color: rgb(159,6,49); }
td.TdClassName
{
border-color: #9F0631;
}
.TagClassName
{
border-color: #9F0631;
}
</style>