Shades of Sangria #900813
Tints of Sangria #900813
RGB
CMYK
RGB Variations
Color information
#900813 (or 0x900813) is known color: Sangria. HEX triplet: 90, 08 and 13. RGB value is (144,8,19). Sum of RGB (Red+Green+Blue) = 144+8+19=171 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.21% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 144 - color contains mainly: red. Hex color #900813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900813 is #6FF7EC. Grayscale: #323232. Windows color (decimal): -7337965 or 1247376. OLE color: 1247376.
HSL color Cylindrical-coordinate representation of color #900813: hue angle of 355.15º degrees, saturation: 0.89, 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 #900813 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 19 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.44 |
| HSL | 355.15º | 0.89% | 0.3% | - |
| HSV(B) | 355.15º | 0.94% | 0.56% | - |
| XYZ | 11.71 | 6.15 | 1.19 | - |
| YUV | 49.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 19 | 0 | 0.94 | 0.87 | 0.44 | 355.15 | 0.89 | 0.3 |
| Hex | 90 | 8 | 13 | 0 | 5E | 57 | 2C | 163 | 59 | 1E |
| Octal | 220 | 10 | 23 | 0 | 136 | 127 | 54 | 543 | 131 | 36 |
| Binary | 10010000 | 1000 | 10011 | 0 | 1011110 | 1010111 | 101100 | 101100011 | 1011001 | 11110 |
Color Harmonies of #900813
Complementary color
Monochromatic Colors of #900813
Black with #900813
Text Example
Text Example
White with #900813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900813; }
p { color: rgb(144,8,19); }
H1.HeaderClassName
{
color: #900813;
}
.AnyTagClassName
{
color: #900813;
}
</style>
background-color css
<style>
a { background-color: #900813; }
a { background-color: rgb(144,8,19); }
div.DivClassName
{
background-color: #900813;
}
.BgClassName
{
background-color: #900813;
}
</style>
border-color css
<style>
span { border-color: #900813; }
span { border-color: rgb(144,8,19); }
td.TdClassName
{
border-color: #900813;
}
.TagClassName
{
border-color: #900813;
}
</style>