Shades of Carmine #87141A
Tints of Carmine #87141A
RGB
CMYK
RGB Variations
Color information
#87141A (or 0x87141A) is known color: Carmine. HEX triplet: 87, 14 and 1A. RGB value is (135,20,26). Sum of RGB (Red+Green+Blue) = 135+20+26=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #87141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87141A is #78EBE5. Grayscale: #373737. Windows color (decimal): -7924710 or 1709191. OLE color: 1709191.
HSL color Cylindrical-coordinate representation of color #87141A: hue angle of 356.87º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #87141A is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 26 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.47 |
| HSL | 356.87º | 0.74% | 0.3% | - |
| HSV(B) | 356.87º | 0.85% | 0.53% | - |
| XYZ | 10.43 | 5.73 | 1.53 | - |
| YUV | 55.07 | 111.6 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 26 | 0 | 0.85 | 0.81 | 0.47 | 356.87 | 0.74 | 0.3 |
| Hex | 87 | 14 | 1A | 0 | 55 | 51 | 2F | 165 | 4A | 1E |
| Octal | 207 | 24 | 32 | 0 | 125 | 121 | 57 | 545 | 112 | 36 |
| Binary | 10000111 | 10100 | 11010 | 0 | 1010101 | 1010001 | 101111 | 101100101 | 1001010 | 11110 |
Color Harmonies of #87141A
Complementary color
Monochromatic Colors of #87141A
Black with #87141A
Text Example
Text Example
White with #87141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87141A; }
p { color: rgb(135,20,26); }
H1.HeaderClassName
{
color: #87141A;
}
.AnyTagClassName
{
color: #87141A;
}
</style>
background-color css
<style>
a { background-color: #87141A; }
a { background-color: rgb(135,20,26); }
div.DivClassName
{
background-color: #87141A;
}
.BgClassName
{
background-color: #87141A;
}
</style>
border-color css
<style>
span { border-color: #87141A; }
span { border-color: rgb(135,20,26); }
td.TdClassName
{
border-color: #87141A;
}
.TagClassName
{
border-color: #87141A;
}
</style>