Shades of Carmine #9D0731
Tints of Carmine #9D0731
RGB
CMYK
RGB Variations
Color information
#9D0731 (or 0x9D0731) is known color: Carmine. HEX triplet: 9D, 07 and 31. RGB value is (157,7,49). Sum of RGB (Red+Green+Blue) = 157+7+49=213 (28% of max value = 765). Red value is 157 (61.72% from 255 or 73.71% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0731 is #62F8CE. Grayscale: #383838. Windows color (decimal): -6486223 or 3213213. OLE color: 3213213.
HSL color Cylindrical-coordinate representation of color #9D0731: hue angle of 343.2º degrees, saturation: 0.91, 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 #9D0731 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 7 | 49 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.38 |
| HSL | 343.2º | 0.91% | 0.32% | - |
| HSV(B) | 343.2º | 0.96% | 0.62% | - |
| XYZ | 14.53 | 7.54 | 3.6 | - |
| YUV | 56.64 | 123.7 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 7 | 49 | 0 | 0.96 | 0.69 | 0.38 | 343.2 | 0.91 | 0.32 |
| Hex | 9D | 7 | 31 | 0 | 60 | 45 | 26 | 157 | 5B | 20 |
| Octal | 235 | 7 | 61 | 0 | 140 | 105 | 46 | 527 | 133 | 40 |
| Binary | 10011101 | 111 | 110001 | 0 | 1100000 | 1000101 | 100110 | 101010111 | 1011011 | 100000 |
Color Harmonies of #9D0731
Complementary color
Monochromatic Colors of #9D0731
Black with #9D0731
Text Example
Text Example
White with #9D0731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0731; }
p { color: rgb(157,7,49); }
H1.HeaderClassName
{
color: #9D0731;
}
.AnyTagClassName
{
color: #9D0731;
}
</style>
background-color css
<style>
a { background-color: #9D0731; }
a { background-color: rgb(157,7,49); }
div.DivClassName
{
background-color: #9D0731;
}
.BgClassName
{
background-color: #9D0731;
}
</style>
border-color css
<style>
span { border-color: #9D0731; }
span { border-color: rgb(157,7,49); }
td.TdClassName
{
border-color: #9D0731;
}
.TagClassName
{
border-color: #9D0731;
}
</style>