Shades of Sangria #890C15
Tints of Sangria #890C15
RGB
CMYK
RGB Variations
Color information
#890C15 (or 0x890C15) is known color: Sangria. HEX triplet: 89, 0C and 15. RGB value is (137,12,21). Sum of RGB (Red+Green+Blue) = 137+12+21=170 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.59% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 137 - color contains mainly: red. Hex color #890C15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890C15 is #76F3EA. Grayscale: #323232. Windows color (decimal): -7795691 or 1379465. OLE color: 1379465.
HSL color Cylindrical-coordinate representation of color #890C15: hue angle of 355.68º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890C15 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 21 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.46 |
| HSL | 355.68º | 0.84% | 0.29% | - |
| HSV(B) | 355.68º | 0.91% | 0.54% | - |
| XYZ | 10.58 | 5.64 | 1.24 | - |
| YUV | 50.4 | 111.41 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 21 | 0 | 0.91 | 0.85 | 0.46 | 355.68 | 0.84 | 0.29 |
| Hex | 89 | C | 15 | 0 | 5B | 55 | 2E | 164 | 54 | 1D |
| Octal | 211 | 14 | 25 | 0 | 133 | 125 | 56 | 544 | 124 | 35 |
| Binary | 10001001 | 1100 | 10101 | 0 | 1011011 | 1010101 | 101110 | 101100100 | 1010100 | 11101 |
Color Harmonies of #890C15
Complementary color
Monochromatic Colors of #890C15
Black with #890C15
Text Example
Text Example
White with #890C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C15; }
p { color: rgb(137,12,21); }
H1.HeaderClassName
{
color: #890C15;
}
.AnyTagClassName
{
color: #890C15;
}
</style>
background-color css
<style>
a { background-color: #890C15; }
a { background-color: rgb(137,12,21); }
div.DivClassName
{
background-color: #890C15;
}
.BgClassName
{
background-color: #890C15;
}
</style>
border-color css
<style>
span { border-color: #890C15; }
span { border-color: rgb(137,12,21); }
td.TdClassName
{
border-color: #890C15;
}
.TagClassName
{
border-color: #890C15;
}
</style>