Shades of Sangria #89010F
Tints of Sangria #89010F
RGB
CMYK
RGB Variations
Color information
#89010F (or 0x89010F) is known color: Sangria. HEX triplet: 89, 01 and 0F. RGB value is (137,1,15). Sum of RGB (Red+Green+Blue) = 137+1+15=153 (20% of max value = 765). Red value is 137 (53.91% from 255 or 89.54% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 137 - color contains mainly: red. Hex color #89010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89010F is #76FEF0. Grayscale: #2B2B2B. Windows color (decimal): -7798513 or 983433. OLE color: 983433.
HSL color Cylindrical-coordinate representation of color #89010F: hue angle of 353.82º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89010F is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.46 |
| HSL | 353.82º | 0.99% | 0.27% | - |
| HSV(B) | 353.82º | 0.99% | 0.54% | - |
| XYZ | 10.41 | 5.37 | 0.94 | - |
| YUV | 43.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 15 | 0 | 0.99 | 0.89 | 0.46 | 353.82 | 0.99 | 0.27 |
| Hex | 89 | 1 | F | 0 | 63 | 59 | 2E | 162 | 63 | 1B |
| Octal | 211 | 1 | 17 | 0 | 143 | 131 | 56 | 542 | 143 | 33 |
| Binary | 10001001 | 1 | 1111 | 0 | 1100011 | 1011001 | 101110 | 101100010 | 1100011 | 11011 |
Color Harmonies of #89010F
Complementary color
Monochromatic Colors of #89010F
Black with #89010F
Text Example
Text Example
White with #89010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89010F; }
p { color: rgb(137,1,15); }
H1.HeaderClassName
{
color: #89010F;
}
.AnyTagClassName
{
color: #89010F;
}
</style>
background-color css
<style>
a { background-color: #89010F; }
a { background-color: rgb(137,1,15); }
div.DivClassName
{
background-color: #89010F;
}
.BgClassName
{
background-color: #89010F;
}
</style>
border-color css
<style>
span { border-color: #89010F; }
span { border-color: rgb(137,1,15); }
td.TdClassName
{
border-color: #89010F;
}
.TagClassName
{
border-color: #89010F;
}
</style>