Shades of Carmine #89131B
Tints of Carmine #89131B
RGB
CMYK
RGB Variations
Color information
#89131B (or 0x89131B) is known color: Carmine. HEX triplet: 89, 13 and 1B. RGB value is (137,19,27). Sum of RGB (Red+Green+Blue) = 137+19+27=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #89131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89131B is #76ECE4. Grayscale: #373737. Windows color (decimal): -7793893 or 1774473. OLE color: 1774473.
HSL color Cylindrical-coordinate representation of color #89131B: hue angle of 355.93º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #89131B is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 19 | 27 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.46 |
| HSL | 355.93º | 0.76% | 0.31% | - |
| HSV(B) | 355.93º | 0.86% | 0.54% | - |
| XYZ | 10.75 | 5.86 | 1.6 | - |
| YUV | 55.19 | 112.09 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 27 | 0 | 0.86 | 0.80 | 0.46 | 355.93 | 0.76 | 0.31 |
| Hex | 89 | 13 | 1B | 0 | 56 | 50 | 2E | 164 | 4C | 1F |
| Octal | 211 | 23 | 33 | 0 | 126 | 120 | 56 | 544 | 114 | 37 |
| Binary | 10001001 | 10011 | 11011 | 0 | 1010110 | 1010000 | 101110 | 101100100 | 1001100 | 11111 |
Color Harmonies of #89131B
Complementary color
Monochromatic Colors of #89131B
Black with #89131B
Text Example
Text Example
White with #89131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89131B; }
p { color: rgb(137,19,27); }
H1.HeaderClassName
{
color: #89131B;
}
.AnyTagClassName
{
color: #89131B;
}
</style>
background-color css
<style>
a { background-color: #89131B; }
a { background-color: rgb(137,19,27); }
div.DivClassName
{
background-color: #89131B;
}
.BgClassName
{
background-color: #89131B;
}
</style>
border-color css
<style>
span { border-color: #89131B; }
span { border-color: rgb(137,19,27); }
td.TdClassName
{
border-color: #89131B;
}
.TagClassName
{
border-color: #89131B;
}
</style>