Shades of Sangria #89070A
Tints of Sangria #89070A
RGB
CMYK
RGB Variations
Color information
#89070A (or 0x89070A) is known color: Sangria. HEX triplet: 89, 07 and 0A. RGB value is (137,7,10). Sum of RGB (Red+Green+Blue) = 137+7+10=154 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.96% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 137 - color contains mainly: red. Hex color #89070A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89070A is #76F8F5. Grayscale: #2E2E2E. Windows color (decimal): -7796982 or 657289. OLE color: 657289.
HSL color Cylindrical-coordinate representation of color #89070A: hue angle of 358.62º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89070A is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 10 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.46 |
| HSL | 358.62º | 0.9% | 0.28% | - |
| HSV(B) | 358.62º | 0.95% | 0.54% | - |
| XYZ | 10.45 | 5.49 | 0.8 | - |
| YUV | 46.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 10 | 0 | 0.95 | 0.93 | 0.46 | 358.62 | 0.9 | 0.28 |
| Hex | 89 | 7 | A | 0 | 5F | 5D | 2E | 167 | 5A | 1C |
| Octal | 211 | 7 | 12 | 0 | 137 | 135 | 56 | 547 | 132 | 34 |
| Binary | 10001001 | 111 | 1010 | 0 | 1011111 | 1011101 | 101110 | 101100111 | 1011010 | 11100 |
Color Harmonies of #89070A
Complementary color
Monochromatic Colors of #89070A
Black with #89070A
Text Example
Text Example
White with #89070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89070A; }
p { color: rgb(137,7,10); }
H1.HeaderClassName
{
color: #89070A;
}
.AnyTagClassName
{
color: #89070A;
}
</style>
background-color css
<style>
a { background-color: #89070A; }
a { background-color: rgb(137,7,10); }
div.DivClassName
{
background-color: #89070A;
}
.BgClassName
{
background-color: #89070A;
}
</style>
border-color css
<style>
span { border-color: #89070A; }
span { border-color: rgb(137,7,10); }
td.TdClassName
{
border-color: #89070A;
}
.TagClassName
{
border-color: #89070A;
}
</style>