Shades of Sangria #891215
Tints of Sangria #891215
RGB
CMYK
RGB Variations
Color information
#891215 (or 0x891215) is known color: Sangria. HEX triplet: 89, 12 and 15. RGB value is (137,18,21). Sum of RGB (Red+Green+Blue) = 137+18+21=176 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.84% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 137 - color contains mainly: red. Hex color #891215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891215 is #76EDEA. Grayscale: #363636. Windows color (decimal): -7794155 or 1381001. OLE color: 1381001.
HSL color Cylindrical-coordinate representation of color #891215: hue angle of 358.49º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891215 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 18 | 21 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.46 |
| HSL | 358.49º | 0.77% | 0.3% | - |
| HSV(B) | 358.49º | 0.87% | 0.54% | - |
| XYZ | 10.67 | 5.81 | 1.27 | - |
| YUV | 53.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 21 | 0 | 0.87 | 0.85 | 0.46 | 358.49 | 0.77 | 0.3 |
| Hex | 89 | 12 | 15 | 0 | 57 | 55 | 2E | 166 | 4D | 1E |
| Octal | 211 | 22 | 25 | 0 | 127 | 125 | 56 | 546 | 115 | 36 |
| Binary | 10001001 | 10010 | 10101 | 0 | 1010111 | 1010101 | 101110 | 101100110 | 1001101 | 11110 |
Color Harmonies of #891215
Complementary color
Monochromatic Colors of #891215
Black with #891215
Text Example
Text Example
White with #891215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891215; }
p { color: rgb(137,18,21); }
H1.HeaderClassName
{
color: #891215;
}
.AnyTagClassName
{
color: #891215;
}
</style>
background-color css
<style>
a { background-color: #891215; }
a { background-color: rgb(137,18,21); }
div.DivClassName
{
background-color: #891215;
}
.BgClassName
{
background-color: #891215;
}
</style>
border-color css
<style>
span { border-color: #891215; }
span { border-color: rgb(137,18,21); }
td.TdClassName
{
border-color: #891215;
}
.TagClassName
{
border-color: #891215;
}
</style>