Shades of Sangria #89000C
Tints of Sangria #89000C
RGB
CMYK
RGB Variations
Color information
#89000C (or 0x89000C) is known color: Sangria. HEX triplet: 89, 00 and 0C. RGB value is (137,0,12). Sum of RGB (Red+Green+Blue) = 137+0+12=149 (19% of max value = 765). Red value is 137 (53.91% from 255 or 91.95% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 137 - color contains mainly: red. Hex color #89000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89000C is #76FFF3. Grayscale: #2A2A2A. Windows color (decimal): -7798772 or 786569. OLE color: 786569.
HSL color Cylindrical-coordinate representation of color #89000C: hue angle of 354.74º 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 #89000C is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.91 | 0.46 |
| HSL | 354.74º | 1% | 0.27% | - |
| HSV(B) | 354.74º | 1% | 0.54% | - |
| XYZ | 10.38 | 5.34 | 0.83 | - |
| YUV | 42.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 12 | 0 | 1 | 0.91 | 0.46 | 354.74 | 1 | 0.27 |
| Hex | 89 | 0 | C | 0 | 64 | 5B | 2E | 163 | 64 | 1B |
| Octal | 211 | 0 | 14 | 0 | 144 | 133 | 56 | 543 | 144 | 33 |
| Binary | 10001001 | 0 | 1100 | 0 | 1100100 | 1011011 | 101110 | 101100011 | 1100100 | 11011 |
Color Harmonies of #89000C
Complementary color
Monochromatic Colors of #89000C
Black with #89000C
Text Example
Text Example
White with #89000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89000C; }
p { color: rgb(137,0,12); }
H1.HeaderClassName
{
color: #89000C;
}
.AnyTagClassName
{
color: #89000C;
}
</style>
background-color css
<style>
a { background-color: #89000C; }
a { background-color: rgb(137,0,12); }
div.DivClassName
{
background-color: #89000C;
}
.BgClassName
{
background-color: #89000C;
}
</style>
border-color css
<style>
span { border-color: #89000C; }
span { border-color: rgb(137,0,12); }
td.TdClassName
{
border-color: #89000C;
}
.TagClassName
{
border-color: #89000C;
}
</style>