Shades of Sangria #89000F
Tints of Sangria #89000F
RGB
CMYK
RGB Variations
Color information
#89000F (or 0x89000F) is known color: Sangria. HEX triplet: 89, 00 and 0F. RGB value is (137,0,15). Sum of RGB (Red+Green+Blue) = 137+0+15=152 (20% of max value = 765). Red value is 137 (53.91% from 255 or 90.13% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 137 - color contains mainly: red. Hex color #89000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89000F is #76FFF0. Grayscale: #2A2A2A. Windows color (decimal): -7798769 or 983177. OLE color: 983177.
HSL color Cylindrical-coordinate representation of color #89000F: hue angle of 353.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89000F is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.89 | 0.46 |
| HSL | 353.43º | 1% | 0.27% | - |
| HSV(B) | 353.43º | 1% | 0.54% | - |
| XYZ | 10.4 | 5.35 | 0.94 | - |
| YUV | 42.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 15 | 0 | 1 | 0.89 | 0.46 | 353.43 | 1 | 0.27 |
| Hex | 89 | 0 | F | 0 | 64 | 59 | 2E | 161 | 64 | 1B |
| Octal | 211 | 0 | 17 | 0 | 144 | 131 | 56 | 541 | 144 | 33 |
| Binary | 10001001 | 0 | 1111 | 0 | 1100100 | 1011001 | 101110 | 101100001 | 1100100 | 11011 |
Color Harmonies of #89000F
Complementary color
Monochromatic Colors of #89000F
Black with #89000F
Text Example
Text Example
White with #89000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89000F; }
p { color: rgb(137,0,15); }
H1.HeaderClassName
{
color: #89000F;
}
.AnyTagClassName
{
color: #89000F;
}
</style>
background-color css
<style>
a { background-color: #89000F; }
a { background-color: rgb(137,0,15); }
div.DivClassName
{
background-color: #89000F;
}
.BgClassName
{
background-color: #89000F;
}
</style>
border-color css
<style>
span { border-color: #89000F; }
span { border-color: rgb(137,0,15); }
td.TdClassName
{
border-color: #89000F;
}
.TagClassName
{
border-color: #89000F;
}
</style>