Shades of Carmine #9F0827
Tints of Carmine #9F0827
RGB
CMYK
RGB Variations
Color information
#9F0827 (or 0x9F0827) is known color: Carmine. HEX triplet: 9F, 08 and 27. RGB value is (159,8,39). Sum of RGB (Red+Green+Blue) = 159+8+39=206 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.18% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0827 is #60F7D8. Grayscale: #383838. Windows color (decimal): -6354905 or 2558111. OLE color: 2558111.
HSL color Cylindrical-coordinate representation of color #9F0827: hue angle of 347.68º 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 #9F0827 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 39 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.38 |
| HSL | 347.68º | 0.9% | 0.33% | - |
| HSV(B) | 347.68º | 0.95% | 0.62% | - |
| XYZ | 14.75 | 7.69 | 2.63 | - |
| YUV | 56.68 | 118.03 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 39 | 0 | 0.95 | 0.75 | 0.38 | 347.68 | 0.9 | 0.33 |
| Hex | 9F | 8 | 27 | 0 | 5F | 4B | 26 | 15C | 5A | 21 |
| Octal | 237 | 10 | 47 | 0 | 137 | 113 | 46 | 534 | 132 | 41 |
| Binary | 10011111 | 1000 | 100111 | 0 | 1011111 | 1001011 | 100110 | 101011100 | 1011010 | 100001 |
Color Harmonies of #9F0827
Complementary color
Monochromatic Colors of #9F0827
Black with #9F0827
Text Example
Text Example
White with #9F0827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0827; }
p { color: rgb(159,8,39); }
H1.HeaderClassName
{
color: #9F0827;
}
.AnyTagClassName
{
color: #9F0827;
}
</style>
background-color css
<style>
a { background-color: #9F0827; }
a { background-color: rgb(159,8,39); }
div.DivClassName
{
background-color: #9F0827;
}
.BgClassName
{
background-color: #9F0827;
}
</style>
border-color css
<style>
span { border-color: #9F0827; }
span { border-color: rgb(159,8,39); }
td.TdClassName
{
border-color: #9F0827;
}
.TagClassName
{
border-color: #9F0827;
}
</style>