Shades of Carmine #8F0620
Tints of Carmine #8F0620
RGB
CMYK
RGB Variations
Color information
#8F0620 (or 0x8F0620) is known color: Carmine. HEX triplet: 8F, 06 and 20. RGB value is (143,6,32). Sum of RGB (Red+Green+Blue) = 143+6+32=181 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.01% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0620 is #70F9DF. Grayscale: #313131. Windows color (decimal): -7404000 or 2098831. OLE color: 2098831.
HSL color Cylindrical-coordinate representation of color #8F0620: hue angle of 348.61º 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 #8F0620 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 6 | 32 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.44 |
| HSL | 348.61º | 0.92% | 0.29% | - |
| HSV(B) | 348.61º | 0.96% | 0.56% | - |
| XYZ | 11.65 | 6.07 | 1.92 | - |
| YUV | 49.93 | 117.89 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 32 | 0 | 0.96 | 0.78 | 0.44 | 348.61 | 0.92 | 0.29 |
| Hex | 8F | 6 | 20 | 0 | 60 | 4E | 2C | 15D | 5C | 1D |
| Octal | 217 | 6 | 40 | 0 | 140 | 116 | 54 | 535 | 134 | 35 |
| Binary | 10001111 | 110 | 100000 | 0 | 1100000 | 1001110 | 101100 | 101011101 | 1011100 | 11101 |
Color Harmonies of #8F0620
Complementary color
Monochromatic Colors of #8F0620
Black with #8F0620
Text Example
Text Example
White with #8F0620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0620; }
p { color: rgb(143,6,32); }
H1.HeaderClassName
{
color: #8F0620;
}
.AnyTagClassName
{
color: #8F0620;
}
</style>
background-color css
<style>
a { background-color: #8F0620; }
a { background-color: rgb(143,6,32); }
div.DivClassName
{
background-color: #8F0620;
}
.BgClassName
{
background-color: #8F0620;
}
</style>
border-color css
<style>
span { border-color: #8F0620; }
span { border-color: rgb(143,6,32); }
td.TdClassName
{
border-color: #8F0620;
}
.TagClassName
{
border-color: #8F0620;
}
</style>