Shades of Carmine #8F051F
Tints of Carmine #8F051F
RGB
CMYK
RGB Variations
Color information
#8F051F (or 0x8F051F) is known color: Carmine. HEX triplet: 8F, 05 and 1F. RGB value is (143,5,31). Sum of RGB (Red+Green+Blue) = 143+5+31=179 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.89% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 143 - color contains mainly: red. Hex color #8F051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F051F is #70FAE0. Grayscale: #313131. Windows color (decimal): -7404257 or 2033039. OLE color: 2033039.
HSL color Cylindrical-coordinate representation of color #8F051F: hue angle of 348.7º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F051F is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 31 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.44 |
| HSL | 348.7º | 0.93% | 0.29% | - |
| HSV(B) | 348.7º | 0.97% | 0.56% | - |
| XYZ | 11.63 | 6.05 | 1.85 | - |
| YUV | 49.23 | 117.72 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 31 | 0 | 0.97 | 0.78 | 0.44 | 348.7 | 0.93 | 0.29 |
| Hex | 8F | 5 | 1F | 0 | 61 | 4E | 2C | 15D | 5D | 1D |
| Octal | 217 | 5 | 37 | 0 | 141 | 116 | 54 | 535 | 135 | 35 |
| Binary | 10001111 | 101 | 11111 | 0 | 1100001 | 1001110 | 101100 | 101011101 | 1011101 | 11101 |
Color Harmonies of #8F051F
Complementary color
Monochromatic Colors of #8F051F
Black with #8F051F
Text Example
Text Example
White with #8F051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F051F; }
p { color: rgb(143,5,31); }
H1.HeaderClassName
{
color: #8F051F;
}
.AnyTagClassName
{
color: #8F051F;
}
</style>
background-color css
<style>
a { background-color: #8F051F; }
a { background-color: rgb(143,5,31); }
div.DivClassName
{
background-color: #8F051F;
}
.BgClassName
{
background-color: #8F051F;
}
</style>
border-color css
<style>
span { border-color: #8F051F; }
span { border-color: rgb(143,5,31); }
td.TdClassName
{
border-color: #8F051F;
}
.TagClassName
{
border-color: #8F051F;
}
</style>