Shades of Carmine #8F0822
Tints of Carmine #8F0822
RGB
CMYK
RGB Variations
Color information
#8F0822 (or 0x8F0822) is known color: Carmine. HEX triplet: 8F, 08 and 22. RGB value is (143,8,34). Sum of RGB (Red+Green+Blue) = 143+8+34=185 (24% of max value = 765). Red value is 143 (56.25% from 255 or 77.30% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0822 is #70F7DD. Grayscale: #333333. Windows color (decimal): -7403486 or 2230415. OLE color: 2230415.
HSL color Cylindrical-coordinate representation of color #8F0822: hue angle of 348.44º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0822 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 8 | 34 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.44 |
| HSL | 348.44º | 0.89% | 0.3% | - |
| HSV(B) | 348.44º | 0.94% | 0.56% | - |
| XYZ | 11.7 | 6.13 | 2.08 | - |
| YUV | 51.33 | 118.23 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 34 | 0 | 0.94 | 0.76 | 0.44 | 348.44 | 0.89 | 0.3 |
| Hex | 8F | 8 | 22 | 0 | 5E | 4C | 2C | 15C | 59 | 1E |
| Octal | 217 | 10 | 42 | 0 | 136 | 114 | 54 | 534 | 131 | 36 |
| Binary | 10001111 | 1000 | 100010 | 0 | 1011110 | 1001100 | 101100 | 101011100 | 1011001 | 11110 |
Color Harmonies of #8F0822
Complementary color
Monochromatic Colors of #8F0822
Black with #8F0822
Text Example
Text Example
White with #8F0822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0822; }
p { color: rgb(143,8,34); }
H1.HeaderClassName
{
color: #8F0822;
}
.AnyTagClassName
{
color: #8F0822;
}
</style>
background-color css
<style>
a { background-color: #8F0822; }
a { background-color: rgb(143,8,34); }
div.DivClassName
{
background-color: #8F0822;
}
.BgClassName
{
background-color: #8F0822;
}
</style>
border-color css
<style>
span { border-color: #8F0822; }
span { border-color: rgb(143,8,34); }
td.TdClassName
{
border-color: #8F0822;
}
.TagClassName
{
border-color: #8F0822;
}
</style>