Shades of Carmine #9F0727
Tints of Carmine #9F0727
RGB
CMYK
RGB Variations
Color information
#9F0727 (or 0x9F0727) is known color: Carmine. HEX triplet: 9F, 07 and 27. RGB value is (159,7,39). Sum of RGB (Red+Green+Blue) = 159+7+39=205 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.56% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0727 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0727 is #60F8D8. Grayscale: #383838. Windows color (decimal): -6355161 or 2557855. OLE color: 2557855.
HSL color Cylindrical-coordinate representation of color #9F0727: hue angle of 347.37º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0727 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 39 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.38 |
| HSL | 347.37º | 0.92% | 0.33% | - |
| HSV(B) | 347.37º | 0.96% | 0.62% | - |
| XYZ | 14.74 | 7.67 | 2.62 | - |
| YUV | 56.1 | 118.36 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 39 | 0 | 0.96 | 0.75 | 0.38 | 347.37 | 0.92 | 0.33 |
| Hex | 9F | 7 | 27 | 0 | 60 | 4B | 26 | 15B | 5C | 21 |
| Octal | 237 | 7 | 47 | 0 | 140 | 113 | 46 | 533 | 134 | 41 |
| Binary | 10011111 | 111 | 100111 | 0 | 1100000 | 1001011 | 100110 | 101011011 | 1011100 | 100001 |
Color Harmonies of #9F0727
Complementary color
Monochromatic Colors of #9F0727
Black with #9F0727
Text Example
Text Example
White with #9F0727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0727; }
p { color: rgb(159,7,39); }
H1.HeaderClassName
{
color: #9F0727;
}
.AnyTagClassName
{
color: #9F0727;
}
</style>
background-color css
<style>
a { background-color: #9F0727; }
a { background-color: rgb(159,7,39); }
div.DivClassName
{
background-color: #9F0727;
}
.BgClassName
{
background-color: #9F0727;
}
</style>
border-color css
<style>
span { border-color: #9F0727; }
span { border-color: rgb(159,7,39); }
td.TdClassName
{
border-color: #9F0727;
}
.TagClassName
{
border-color: #9F0727;
}
</style>