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