Shades of Carmine #8D0719
Tints of Carmine #8D0719
RGB
CMYK
RGB Variations
Color information
#8D0719 (or 0x8D0719) is known color: Carmine. HEX triplet: 8D, 07 and 19. RGB value is (141,7,25). Sum of RGB (Red+Green+Blue) = 141+7+25=173 (22% of max value = 765). Red value is 141 (55.47% from 255 or 81.50% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0719 is #72F8E6. Grayscale: #313131. Windows color (decimal): -7534823 or 1640333. OLE color: 1640333.
HSL color Cylindrical-coordinate representation of color #8D0719: hue angle of 351.94º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0719 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 7 | 25 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.45 |
| HSL | 351.94º | 0.91% | 0.29% | - |
| HSV(B) | 351.94º | 0.95% | 0.55% | - |
| XYZ | 11.24 | 5.88 | 1.46 | - |
| YUV | 49.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 7 | 25 | 0 | 0.95 | 0.82 | 0.45 | 351.94 | 0.91 | 0.29 |
| Hex | 8D | 7 | 19 | 0 | 5F | 52 | 2D | 160 | 5B | 1D |
| Octal | 215 | 7 | 31 | 0 | 137 | 122 | 55 | 540 | 133 | 35 |
| Binary | 10001101 | 111 | 11001 | 0 | 1011111 | 1010010 | 101101 | 101100000 | 1011011 | 11101 |
Color Harmonies of #8D0719
Complementary color
Monochromatic Colors of #8D0719
Black with #8D0719
Text Example
Text Example
White with #8D0719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0719; }
p { color: rgb(141,7,25); }
H1.HeaderClassName
{
color: #8D0719;
}
.AnyTagClassName
{
color: #8D0719;
}
</style>
background-color css
<style>
a { background-color: #8D0719; }
a { background-color: rgb(141,7,25); }
div.DivClassName
{
background-color: #8D0719;
}
.BgClassName
{
background-color: #8D0719;
}
</style>
border-color css
<style>
span { border-color: #8D0719; }
span { border-color: rgb(141,7,25); }
td.TdClassName
{
border-color: #8D0719;
}
.TagClassName
{
border-color: #8D0719;
}
</style>