Shades of Carmine #8F081A
Tints of Carmine #8F081A
RGB
CMYK
RGB Variations
Color information
#8F081A (or 0x8F081A) is known color: Carmine. HEX triplet: 8F, 08 and 1A. RGB value is (143,8,26). Sum of RGB (Red+Green+Blue) = 143+8+26=177 (23% of max value = 765). Red value is 143 (56.25% from 255 or 80.79% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 143 - color contains mainly: red. Hex color #8F081A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F081A is #70F7E5. Grayscale: #323232. Windows color (decimal): -7403494 or 1706127. OLE color: 1706127.
HSL color Cylindrical-coordinate representation of color #8F081A: hue angle of 352º 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 #8F081A is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 8 | 26 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.44 |
| HSL | 352º | 0.89% | 0.3% | - |
| HSV(B) | 352º | 0.94% | 0.56% | - |
| XYZ | 11.6 | 6.09 | 1.54 | - |
| YUV | 50.42 | 114.23 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 26 | 0 | 0.94 | 0.82 | 0.44 | 352 | 0.89 | 0.3 |
| Hex | 8F | 8 | 1A | 0 | 5E | 52 | 2C | 160 | 59 | 1E |
| Octal | 217 | 10 | 32 | 0 | 136 | 122 | 54 | 540 | 131 | 36 |
| Binary | 10001111 | 1000 | 11010 | 0 | 1011110 | 1010010 | 101100 | 101100000 | 1011001 | 11110 |
Color Harmonies of #8F081A
Complementary color
Monochromatic Colors of #8F081A
Black with #8F081A
Text Example
Text Example
White with #8F081A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F081A; }
p { color: rgb(143,8,26); }
H1.HeaderClassName
{
color: #8F081A;
}
.AnyTagClassName
{
color: #8F081A;
}
</style>
background-color css
<style>
a { background-color: #8F081A; }
a { background-color: rgb(143,8,26); }
div.DivClassName
{
background-color: #8F081A;
}
.BgClassName
{
background-color: #8F081A;
}
</style>
border-color css
<style>
span { border-color: #8F081A; }
span { border-color: rgb(143,8,26); }
td.TdClassName
{
border-color: #8F081A;
}
.TagClassName
{
border-color: #8F081A;
}
</style>