Shades of Carmine #8D091F
Tints of Carmine #8D091F
RGB
CMYK
RGB Variations
Color information
#8D091F (or 0x8D091F) is known color: Carmine. HEX triplet: 8D, 09 and 1F. RGB value is (141,9,31). Sum of RGB (Red+Green+Blue) = 141+9+31=181 (23% of max value = 765). Red value is 141 (55.47% from 255 or 77.90% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 141 - color contains mainly: red. Hex color #8D091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D091F is #72F6E0. Grayscale: #333333. Windows color (decimal): -7534305 or 2034061. OLE color: 2034061.
HSL color Cylindrical-coordinate representation of color #8D091F: hue angle of 350º 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 #8D091F is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 31 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.45 |
| HSL | 350º | 0.88% | 0.29% | - |
| HSV(B) | 350º | 0.94% | 0.55% | - |
| XYZ | 11.33 | 5.96 | 1.85 | - |
| YUV | 50.98 | 116.73 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 31 | 0 | 0.94 | 0.78 | 0.45 | 350 | 0.88 | 0.29 |
| Hex | 8D | 9 | 1F | 0 | 5E | 4E | 2D | 15E | 58 | 1D |
| Octal | 215 | 11 | 37 | 0 | 136 | 116 | 55 | 536 | 130 | 35 |
| Binary | 10001101 | 1001 | 11111 | 0 | 1011110 | 1001110 | 101101 | 101011110 | 1011000 | 11101 |
Color Harmonies of #8D091F
Complementary color
Monochromatic Colors of #8D091F
Black with #8D091F
Text Example
Text Example
White with #8D091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D091F; }
p { color: rgb(141,9,31); }
H1.HeaderClassName
{
color: #8D091F;
}
.AnyTagClassName
{
color: #8D091F;
}
</style>
background-color css
<style>
a { background-color: #8D091F; }
a { background-color: rgb(141,9,31); }
div.DivClassName
{
background-color: #8D091F;
}
.BgClassName
{
background-color: #8D091F;
}
</style>
border-color css
<style>
span { border-color: #8D091F; }
span { border-color: rgb(141,9,31); }
td.TdClassName
{
border-color: #8D091F;
}
.TagClassName
{
border-color: #8D091F;
}
</style>