Shades of Sangria #900F13
Tints of Sangria #900F13
RGB
CMYK
RGB Variations
Color information
#900F13 (or 0x900F13) is known color: Sangria. HEX triplet: 90, 0F and 13. RGB value is (144,15,19). Sum of RGB (Red+Green+Blue) = 144+15+19=178 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.90% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 144 - color contains mainly: red. Hex color #900F13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900F13 is #6FF0EC. Grayscale: #363636. Windows color (decimal): -7336173 or 1249168. OLE color: 1249168.
HSL color Cylindrical-coordinate representation of color #900F13: hue angle of 358.14º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F13 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 19 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.44 |
| HSL | 358.14º | 0.81% | 0.31% | - |
| HSV(B) | 358.14º | 0.9% | 0.56% | - |
| XYZ | 11.79 | 6.32 | 1.21 | - |
| YUV | 54.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 19 | 0 | 0.90 | 0.87 | 0.44 | 358.14 | 0.81 | 0.31 |
| Hex | 90 | F | 13 | 0 | 5A | 57 | 2C | 166 | 51 | 1F |
| Octal | 220 | 17 | 23 | 0 | 132 | 127 | 54 | 546 | 121 | 37 |
| Binary | 10010000 | 1111 | 10011 | 0 | 1011010 | 1010111 | 101100 | 101100110 | 1010001 | 11111 |
Color Harmonies of #900F13
Complementary color
Monochromatic Colors of #900F13
Black with #900F13
Text Example
Text Example
White with #900F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F13; }
p { color: rgb(144,15,19); }
H1.HeaderClassName
{
color: #900F13;
}
.AnyTagClassName
{
color: #900F13;
}
</style>
background-color css
<style>
a { background-color: #900F13; }
a { background-color: rgb(144,15,19); }
div.DivClassName
{
background-color: #900F13;
}
.BgClassName
{
background-color: #900F13;
}
</style>
border-color css
<style>
span { border-color: #900F13; }
span { border-color: rgb(144,15,19); }
td.TdClassName
{
border-color: #900F13;
}
.TagClassName
{
border-color: #900F13;
}
</style>