Shades of Sangria #901617
Tints of Sangria #901617
RGB
CMYK
RGB Variations
Color information
#901617 (or 0x901617) is known color: Sangria. HEX triplet: 90, 16 and 17. RGB value is (144,22,23). Sum of RGB (Red+Green+Blue) = 144+22+23=189 (25% of max value = 765). Red value is 144 (56.64% from 255 or 76.19% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 144 - color contains mainly: red. Hex color #901617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901617 is #6FE9E8. Grayscale: #3A3A3A. Windows color (decimal): -7334377 or 1513104. OLE color: 1513104.
HSL color Cylindrical-coordinate representation of color #901617: hue angle of 359.51º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901617 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 23 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.44 |
| HSL | 359.51º | 0.73% | 0.33% | - |
| HSV(B) | 359.51º | 0.85% | 0.56% | - |
| XYZ | 11.94 | 6.56 | 1.45 | - |
| YUV | 58.59 | 107.92 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 23 | 0 | 0.85 | 0.84 | 0.44 | 359.51 | 0.73 | 0.33 |
| Hex | 90 | 16 | 17 | 0 | 55 | 54 | 2C | 168 | 49 | 21 |
| Octal | 220 | 26 | 27 | 0 | 125 | 124 | 54 | 550 | 111 | 41 |
| Binary | 10010000 | 10110 | 10111 | 0 | 1010101 | 1010100 | 101100 | 101101000 | 1001001 | 100001 |
Color Harmonies of #901617
Complementary color
Monochromatic Colors of #901617
Black with #901617
Text Example
Text Example
White with #901617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901617; }
p { color: rgb(144,22,23); }
H1.HeaderClassName
{
color: #901617;
}
.AnyTagClassName
{
color: #901617;
}
</style>
background-color css
<style>
a { background-color: #901617; }
a { background-color: rgb(144,22,23); }
div.DivClassName
{
background-color: #901617;
}
.BgClassName
{
background-color: #901617;
}
</style>
border-color css
<style>
span { border-color: #901617; }
span { border-color: rgb(144,22,23); }
td.TdClassName
{
border-color: #901617;
}
.TagClassName
{
border-color: #901617;
}
</style>