Shades of Sangria #900F14
Tints of Sangria #900F14
RGB
CMYK
RGB Variations
Color information
#900F14 (or 0x900F14) is known color: Sangria. HEX triplet: 90, 0F and 14. RGB value is (144,15,20). Sum of RGB (Red+Green+Blue) = 144+15+20=179 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.45% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 144 - color contains mainly: red. Hex color #900F14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900F14 is #6FF0EB. Grayscale: #363636. Windows color (decimal): -7336172 or 1314704. OLE color: 1314704.
HSL color Cylindrical-coordinate representation of color #900F14: hue angle of 357.67º 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 #900F14 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 20 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.44 |
| HSL | 357.67º | 0.81% | 0.31% | - |
| HSV(B) | 357.67º | 0.9% | 0.56% | - |
| XYZ | 11.8 | 6.32 | 1.26 | - |
| YUV | 54.14 | 108.74 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 20 | 0 | 0.90 | 0.86 | 0.44 | 357.67 | 0.81 | 0.31 |
| Hex | 90 | F | 14 | 0 | 5A | 56 | 2C | 166 | 51 | 1F |
| Octal | 220 | 17 | 24 | 0 | 132 | 126 | 54 | 546 | 121 | 37 |
| Binary | 10010000 | 1111 | 10100 | 0 | 1011010 | 1010110 | 101100 | 101100110 | 1010001 | 11111 |
Color Harmonies of #900F14
Complementary color
Monochromatic Colors of #900F14
Black with #900F14
Text Example
Text Example
White with #900F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F14; }
p { color: rgb(144,15,20); }
H1.HeaderClassName
{
color: #900F14;
}
.AnyTagClassName
{
color: #900F14;
}
</style>
background-color css
<style>
a { background-color: #900F14; }
a { background-color: rgb(144,15,20); }
div.DivClassName
{
background-color: #900F14;
}
.BgClassName
{
background-color: #900F14;
}
</style>
border-color css
<style>
span { border-color: #900F14; }
span { border-color: rgb(144,15,20); }
td.TdClassName
{
border-color: #900F14;
}
.TagClassName
{
border-color: #900F14;
}
</style>