Shades of Sangria #900910
Tints of Sangria #900910
RGB
CMYK
RGB Variations
Color information
#900910 (or 0x900910) is known color: Sangria. HEX triplet: 90, 09 and 10. RGB value is (144,9,16). Sum of RGB (Red+Green+Blue) = 144+9+16=169 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.21% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 144 - color contains mainly: red. Hex color #900910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900910 is #6FF6EF. Grayscale: #323232. Windows color (decimal): -7337712 or 1051024. OLE color: 1051024.
HSL color Cylindrical-coordinate representation of color #900910: hue angle of 356.89º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900910 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 16 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.44 |
| HSL | 356.89º | 0.88% | 0.3% | - |
| HSV(B) | 356.89º | 0.94% | 0.56% | - |
| XYZ | 11.69 | 6.16 | 1.06 | - |
| YUV | 50.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 16 | 0 | 0.94 | 0.89 | 0.44 | 356.89 | 0.88 | 0.3 |
| Hex | 90 | 9 | 10 | 0 | 5E | 59 | 2C | 165 | 58 | 1E |
| Octal | 220 | 11 | 20 | 0 | 136 | 131 | 54 | 545 | 130 | 36 |
| Binary | 10010000 | 1001 | 10000 | 0 | 1011110 | 1011001 | 101100 | 101100101 | 1011000 | 11110 |
Color Harmonies of #900910
Complementary color
Monochromatic Colors of #900910
Black with #900910
Text Example
Text Example
White with #900910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900910; }
p { color: rgb(144,9,16); }
H1.HeaderClassName
{
color: #900910;
}
.AnyTagClassName
{
color: #900910;
}
</style>
background-color css
<style>
a { background-color: #900910; }
a { background-color: rgb(144,9,16); }
div.DivClassName
{
background-color: #900910;
}
.BgClassName
{
background-color: #900910;
}
</style>
border-color css
<style>
span { border-color: #900910; }
span { border-color: rgb(144,9,16); }
td.TdClassName
{
border-color: #900910;
}
.TagClassName
{
border-color: #900910;
}
</style>