Shades of Carmine #8D0921
Tints of Carmine #8D0921
RGB
CMYK
RGB Variations
Color information
#8D0921 (or 0x8D0921) is known color: Carmine. HEX triplet: 8D, 09 and 21. RGB value is (141,9,33). Sum of RGB (Red+Green+Blue) = 141+9+33=183 (24% of max value = 765). Red value is 141 (55.47% from 255 or 77.05% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0921 is #72F6DE. Grayscale: #333333. Windows color (decimal): -7534303 or 2165133. OLE color: 2165133.
HSL color Cylindrical-coordinate representation of color #8D0921: hue angle of 349.09º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0921 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 33 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.45 |
| HSL | 349.09º | 0.88% | 0.29% | - |
| HSV(B) | 349.09º | 0.94% | 0.55% | - |
| XYZ | 11.36 | 5.97 | 1.99 | - |
| YUV | 51.2 | 117.73 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 33 | 0 | 0.94 | 0.77 | 0.45 | 349.09 | 0.88 | 0.29 |
| Hex | 8D | 9 | 21 | 0 | 5E | 4D | 2D | 15D | 58 | 1D |
| Octal | 215 | 11 | 41 | 0 | 136 | 115 | 55 | 535 | 130 | 35 |
| Binary | 10001101 | 1001 | 100001 | 0 | 1011110 | 1001101 | 101101 | 101011101 | 1011000 | 11101 |
Color Harmonies of #8D0921
Complementary color
Monochromatic Colors of #8D0921
Black with #8D0921
Text Example
Text Example
White with #8D0921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0921; }
p { color: rgb(141,9,33); }
H1.HeaderClassName
{
color: #8D0921;
}
.AnyTagClassName
{
color: #8D0921;
}
</style>
background-color css
<style>
a { background-color: #8D0921; }
a { background-color: rgb(141,9,33); }
div.DivClassName
{
background-color: #8D0921;
}
.BgClassName
{
background-color: #8D0921;
}
</style>
border-color css
<style>
span { border-color: #8D0921; }
span { border-color: rgb(141,9,33); }
td.TdClassName
{
border-color: #8D0921;
}
.TagClassName
{
border-color: #8D0921;
}
</style>