Shades of Sangria #890001
Tints of Sangria #890001
RGB
CMYK
RGB Variations
Color information
#890001 (or 0x890001) is known color: Sangria. HEX triplet: 89, 00 and 01. RGB value is (137,0,1). Sum of RGB (Red+Green+Blue) = 137+0+1=138 (18% of max value = 765). Red value is 137 (53.91% from 255 or 99.28% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 137 - color contains mainly: red. Hex color #890001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890001 is #76FFFE. Grayscale: #292929. Windows color (decimal): -7798783 or 65673. OLE color: 65673.
HSL color Cylindrical-coordinate representation of color #890001: hue angle of 359.56º 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 #890001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.46 |
| HSL | 359.56º | 1% | 0.27% | - |
| HSV(B) | 359.56º | 1% | 0.54% | - |
| XYZ | 10.32 | 5.32 | 0.51 | - |
| YUV | 41.08 | 105.39 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 1 | 0 | 1 | 0.99 | 0.46 | 359.56 | 1 | 0.27 |
| Hex | 89 | 0 | 1 | 0 | 64 | 63 | 2E | 168 | 64 | 1B |
| Octal | 211 | 0 | 1 | 0 | 144 | 143 | 56 | 550 | 144 | 33 |
| Binary | 10001001 | 0 | 1 | 0 | 1100100 | 1100011 | 101110 | 101101000 | 1100100 | 11011 |
Color Harmonies of #890001
Complementary color
Monochromatic Colors of #890001
Black with #890001
Text Example
Text Example
White with #890001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890001; }
p { color: rgb(137,0,1); }
H1.HeaderClassName
{
color: #890001;
}
.AnyTagClassName
{
color: #890001;
}
</style>
background-color css
<style>
a { background-color: #890001; }
a { background-color: rgb(137,0,1); }
div.DivClassName
{
background-color: #890001;
}
.BgClassName
{
background-color: #890001;
}
</style>
border-color css
<style>
span { border-color: #890001; }
span { border-color: rgb(137,0,1); }
td.TdClassName
{
border-color: #890001;
}
.TagClassName
{
border-color: #890001;
}
</style>