Shades of Carmine #9F0817
Tints of Carmine #9F0817
RGB
CMYK
RGB Variations
Color information
#9F0817 (or 0x9F0817) is known color: Carmine. HEX triplet: 9F, 08 and 17. RGB value is (159,8,23). Sum of RGB (Red+Green+Blue) = 159+8+23=190 (25% of max value = 765). Red value is 159 (62.5% from 255 or 83.68% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0817 is #60F7E8. Grayscale: #363636. Windows color (decimal): -6354921 or 1509535. OLE color: 1509535.
HSL color Cylindrical-coordinate representation of color #9F0817: hue angle of 354.04º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0817 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 23 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.38 |
| HSL | 354.04º | 0.9% | 0.33% | - |
| HSV(B) | 354.04º | 0.95% | 0.62% | - |
| XYZ | 14.54 | 7.61 | 1.51 | - |
| YUV | 54.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 23 | 0 | 0.95 | 0.86 | 0.38 | 354.04 | 0.9 | 0.33 |
| Hex | 9F | 8 | 17 | 0 | 5F | 56 | 26 | 162 | 5A | 21 |
| Octal | 237 | 10 | 27 | 0 | 137 | 126 | 46 | 542 | 132 | 41 |
| Binary | 10011111 | 1000 | 10111 | 0 | 1011111 | 1010110 | 100110 | 101100010 | 1011010 | 100001 |
Color Harmonies of #9F0817
Complementary color
Monochromatic Colors of #9F0817
Black with #9F0817
Text Example
Text Example
White with #9F0817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0817; }
p { color: rgb(159,8,23); }
H1.HeaderClassName
{
color: #9F0817;
}
.AnyTagClassName
{
color: #9F0817;
}
</style>
background-color css
<style>
a { background-color: #9F0817; }
a { background-color: rgb(159,8,23); }
div.DivClassName
{
background-color: #9F0817;
}
.BgClassName
{
background-color: #9F0817;
}
</style>
border-color css
<style>
span { border-color: #9F0817; }
span { border-color: rgb(159,8,23); }
td.TdClassName
{
border-color: #9F0817;
}
.TagClassName
{
border-color: #9F0817;
}
</style>