Shades of Sangria #89060C
Tints of Sangria #89060C
RGB
CMYK
RGB Variations
Color information
#89060C (or 0x89060C) is known color: Sangria. HEX triplet: 89, 06 and 0C. RGB value is (137,6,12). Sum of RGB (Red+Green+Blue) = 137+6+12=155 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.39% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 137 - color contains mainly: red. Hex color #89060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89060C is #76F9F3. Grayscale: #2D2D2D. Windows color (decimal): -7797236 or 788105. OLE color: 788105.
HSL color Cylindrical-coordinate representation of color #89060C: hue angle of 357.25º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89060C is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 6 | 12 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.46 |
| HSL | 357.25º | 0.92% | 0.28% | - |
| HSV(B) | 357.25º | 0.96% | 0.54% | - |
| XYZ | 10.45 | 5.48 | 0.85 | - |
| YUV | 45.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 6 | 12 | 0 | 0.96 | 0.91 | 0.46 | 357.25 | 0.92 | 0.28 |
| Hex | 89 | 6 | C | 0 | 60 | 5B | 2E | 165 | 5C | 1C |
| Octal | 211 | 6 | 14 | 0 | 140 | 133 | 56 | 545 | 134 | 34 |
| Binary | 10001001 | 110 | 1100 | 0 | 1100000 | 1011011 | 101110 | 101100101 | 1011100 | 11100 |
Color Harmonies of #89060C
Complementary color
Monochromatic Colors of #89060C
Black with #89060C
Text Example
Text Example
White with #89060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89060C; }
p { color: rgb(137,6,12); }
H1.HeaderClassName
{
color: #89060C;
}
.AnyTagClassName
{
color: #89060C;
}
</style>
background-color css
<style>
a { background-color: #89060C; }
a { background-color: rgb(137,6,12); }
div.DivClassName
{
background-color: #89060C;
}
.BgClassName
{
background-color: #89060C;
}
</style>
border-color css
<style>
span { border-color: #89060C; }
span { border-color: rgb(137,6,12); }
td.TdClassName
{
border-color: #89060C;
}
.TagClassName
{
border-color: #89060C;
}
</style>