Shades of Sangria #890C0F
Tints of Sangria #890C0F
RGB
CMYK
RGB Variations
Color information
#890C0F (or 0x890C0F) is known color: Sangria. HEX triplet: 89, 0C and 0F. RGB value is (137,12,15). Sum of RGB (Red+Green+Blue) = 137+12+15=164 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.54% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 137 - color contains mainly: red. Hex color #890C0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890C0F is #76F3F0. Grayscale: #313131. Windows color (decimal): -7795697 or 986249. OLE color: 986249.
HSL color Cylindrical-coordinate representation of color #890C0F: hue angle of 358.56º 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 #890C0F is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 15 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.46 |
| HSL | 358.56º | 0.84% | 0.29% | - |
| HSV(B) | 358.56º | 0.91% | 0.54% | - |
| XYZ | 10.53 | 5.62 | 0.98 | - |
| YUV | 49.72 | 108.41 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 15 | 0 | 0.91 | 0.89 | 0.46 | 358.56 | 0.84 | 0.29 |
| Hex | 89 | C | F | 0 | 5B | 59 | 2E | 167 | 54 | 1D |
| Octal | 211 | 14 | 17 | 0 | 133 | 131 | 56 | 547 | 124 | 35 |
| Binary | 10001001 | 1100 | 1111 | 0 | 1011011 | 1011001 | 101110 | 101100111 | 1010100 | 11101 |
Color Harmonies of #890C0F
Complementary color
Monochromatic Colors of #890C0F
Black with #890C0F
Text Example
Text Example
White with #890C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C0F; }
p { color: rgb(137,12,15); }
H1.HeaderClassName
{
color: #890C0F;
}
.AnyTagClassName
{
color: #890C0F;
}
</style>
background-color css
<style>
a { background-color: #890C0F; }
a { background-color: rgb(137,12,15); }
div.DivClassName
{
background-color: #890C0F;
}
.BgClassName
{
background-color: #890C0F;
}
</style>
border-color css
<style>
span { border-color: #890C0F; }
span { border-color: rgb(137,12,15); }
td.TdClassName
{
border-color: #890C0F;
}
.TagClassName
{
border-color: #890C0F;
}
</style>