Shades of Carmine #8F0624
Tints of Carmine #8F0624
RGB
CMYK
RGB Variations
Color information
#8F0624 (or 0x8F0624) is known color: Carmine. HEX triplet: 8F, 06 and 24. RGB value is (143,6,36). Sum of RGB (Red+Green+Blue) = 143+6+36=185 (24% of max value = 765). Red value is 143 (56.25% from 255 or 77.30% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0624 is #70F9DB. Grayscale: #323232. Windows color (decimal): -7403996 or 2360975. OLE color: 2360975.
HSL color Cylindrical-coordinate representation of color #8F0624: hue angle of 346.86º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F0624 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 6 | 36 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.44 |
| HSL | 346.86º | 0.92% | 0.29% | - |
| HSV(B) | 346.86º | 0.96% | 0.56% | - |
| XYZ | 11.71 | 6.1 | 2.23 | - |
| YUV | 50.38 | 119.89 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 36 | 0 | 0.96 | 0.75 | 0.44 | 346.86 | 0.92 | 0.29 |
| Hex | 8F | 6 | 24 | 0 | 60 | 4B | 2C | 15B | 5C | 1D |
| Octal | 217 | 6 | 44 | 0 | 140 | 113 | 54 | 533 | 134 | 35 |
| Binary | 10001111 | 110 | 100100 | 0 | 1100000 | 1001011 | 101100 | 101011011 | 1011100 | 11101 |
Color Harmonies of #8F0624
Complementary color
Monochromatic Colors of #8F0624
Black with #8F0624
Text Example
Text Example
White with #8F0624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0624; }
p { color: rgb(143,6,36); }
H1.HeaderClassName
{
color: #8F0624;
}
.AnyTagClassName
{
color: #8F0624;
}
</style>
background-color css
<style>
a { background-color: #8F0624; }
a { background-color: rgb(143,6,36); }
div.DivClassName
{
background-color: #8F0624;
}
.BgClassName
{
background-color: #8F0624;
}
</style>
border-color css
<style>
span { border-color: #8F0624; }
span { border-color: rgb(143,6,36); }
td.TdClassName
{
border-color: #8F0624;
}
.TagClassName
{
border-color: #8F0624;
}
</style>