Shades of Sangria #89070D
Tints of Sangria #89070D
RGB
CMYK
RGB Variations
Color information
#89070D (or 0x89070D) is known color: Sangria. HEX triplet: 89, 07 and 0D. RGB value is (137,7,13). Sum of RGB (Red+Green+Blue) = 137+7+13=157 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.26% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 137 - color contains mainly: red. Hex color #89070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89070D is #76F8F2. Grayscale: #2E2E2E. Windows color (decimal): -7796979 or 853897. OLE color: 853897.
HSL color Cylindrical-coordinate representation of color #89070D: hue angle of 357.23º 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 #89070D is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 13 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.46 |
| HSL | 357.23º | 0.9% | 0.28% | - |
| HSV(B) | 357.23º | 0.95% | 0.54% | - |
| XYZ | 10.47 | 5.5 | 0.89 | - |
| YUV | 46.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 13 | 0 | 0.95 | 0.91 | 0.46 | 357.23 | 0.9 | 0.28 |
| Hex | 89 | 7 | D | 0 | 5F | 5B | 2E | 165 | 5A | 1C |
| Octal | 211 | 7 | 15 | 0 | 137 | 133 | 56 | 545 | 132 | 34 |
| Binary | 10001001 | 111 | 1101 | 0 | 1011111 | 1011011 | 101110 | 101100101 | 1011010 | 11100 |
Color Harmonies of #89070D
Complementary color
Monochromatic Colors of #89070D
Black with #89070D
Text Example
Text Example
White with #89070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89070D; }
p { color: rgb(137,7,13); }
H1.HeaderClassName
{
color: #89070D;
}
.AnyTagClassName
{
color: #89070D;
}
</style>
background-color css
<style>
a { background-color: #89070D; }
a { background-color: rgb(137,7,13); }
div.DivClassName
{
background-color: #89070D;
}
.BgClassName
{
background-color: #89070D;
}
</style>
border-color css
<style>
span { border-color: #89070D; }
span { border-color: rgb(137,7,13); }
td.TdClassName
{
border-color: #89070D;
}
.TagClassName
{
border-color: #89070D;
}
</style>