Shades of Sangria #900310
Tints of Sangria #900310
RGB
CMYK
RGB Variations
Color information
#900310 (or 0x900310) is known color: Sangria. HEX triplet: 90, 03 and 10. RGB value is (144,3,16). Sum of RGB (Red+Green+Blue) = 144+3+16=163 (21% of max value = 765). Red value is 144 (56.64% from 255 or 88.34% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 144 - color contains mainly: red. Hex color #900310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900310 is #6FFCEF. Grayscale: #2E2E2E. Windows color (decimal): -7339248 or 1049488. OLE color: 1049488.
HSL color Cylindrical-coordinate representation of color #900310: hue angle of 354.47º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #900310 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 16 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.44 |
| HSL | 354.47º | 0.96% | 0.29% | - |
| HSV(B) | 354.47º | 0.98% | 0.56% | - |
| XYZ | 11.63 | 6.03 | 1.04 | - |
| YUV | 46.64 | 110.71 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 16 | 0 | 0.98 | 0.89 | 0.44 | 354.47 | 0.96 | 0.29 |
| Hex | 90 | 3 | 10 | 0 | 62 | 59 | 2C | 162 | 60 | 1D |
| Octal | 220 | 3 | 20 | 0 | 142 | 131 | 54 | 542 | 140 | 35 |
| Binary | 10010000 | 11 | 10000 | 0 | 1100010 | 1011001 | 101100 | 101100010 | 1100000 | 11101 |
Color Harmonies of #900310
Complementary color
Monochromatic Colors of #900310
Black with #900310
Text Example
Text Example
White with #900310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900310; }
p { color: rgb(144,3,16); }
H1.HeaderClassName
{
color: #900310;
}
.AnyTagClassName
{
color: #900310;
}
</style>
background-color css
<style>
a { background-color: #900310; }
a { background-color: rgb(144,3,16); }
div.DivClassName
{
background-color: #900310;
}
.BgClassName
{
background-color: #900310;
}
</style>
border-color css
<style>
span { border-color: #900310; }
span { border-color: rgb(144,3,16); }
td.TdClassName
{
border-color: #900310;
}
.TagClassName
{
border-color: #900310;
}
</style>