Shades of Carmine #89101D
Tints of Carmine #89101D
RGB
CMYK
RGB Variations
Color information
#89101D (or 0x89101D) is known color: Carmine. HEX triplet: 89, 10 and 1D. RGB value is (137,16,29). Sum of RGB (Red+Green+Blue) = 137+16+29=182 (24% of max value = 765). Red value is 137 (53.91% from 255 or 75.27% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 137 - color contains mainly: red. Hex color #89101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89101D is #76EFE2. Grayscale: #353535. Windows color (decimal): -7794659 or 1904777. OLE color: 1904777.
HSL color Cylindrical-coordinate representation of color #89101D: hue angle of 353.55º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89101D is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 16 | 29 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.46 |
| HSL | 353.55º | 0.79% | 0.3% | - |
| HSV(B) | 353.55º | 0.88% | 0.54% | - |
| XYZ | 10.72 | 5.78 | 1.71 | - |
| YUV | 53.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 29 | 0 | 0.88 | 0.79 | 0.46 | 353.55 | 0.79 | 0.3 |
| Hex | 89 | 10 | 1D | 0 | 58 | 4F | 2E | 162 | 4F | 1E |
| Octal | 211 | 20 | 35 | 0 | 130 | 117 | 56 | 542 | 117 | 36 |
| Binary | 10001001 | 10000 | 11101 | 0 | 1011000 | 1001111 | 101110 | 101100010 | 1001111 | 11110 |
Color Harmonies of #89101D
Complementary color
Monochromatic Colors of #89101D
Black with #89101D
Text Example
Text Example
White with #89101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89101D; }
p { color: rgb(137,16,29); }
H1.HeaderClassName
{
color: #89101D;
}
.AnyTagClassName
{
color: #89101D;
}
</style>
background-color css
<style>
a { background-color: #89101D; }
a { background-color: rgb(137,16,29); }
div.DivClassName
{
background-color: #89101D;
}
.BgClassName
{
background-color: #89101D;
}
</style>
border-color css
<style>
span { border-color: #89101D; }
span { border-color: rgb(137,16,29); }
td.TdClassName
{
border-color: #89101D;
}
.TagClassName
{
border-color: #89101D;
}
</style>