Shades of Sangria #900F12
Tints of Sangria #900F12
RGB
CMYK
RGB Variations
Color information
#900F12 (or 0x900F12) is known color: Sangria. HEX triplet: 90, 0F and 12. RGB value is (144,15,18). Sum of RGB (Red+Green+Blue) = 144+15+18=177 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.36% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 144 - color contains mainly: red. Hex color #900F12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900F12 is #6FF0ED. Grayscale: #363636. Windows color (decimal): -7336174 or 1183632. OLE color: 1183632.
HSL color Cylindrical-coordinate representation of color #900F12: hue angle of 358.6º 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 #900F12 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 18 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.44 |
| HSL | 358.6º | 0.81% | 0.31% | - |
| HSV(B) | 358.6º | 0.9% | 0.56% | - |
| XYZ | 11.78 | 6.31 | 1.17 | - |
| YUV | 53.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 18 | 0 | 0.90 | 0.88 | 0.44 | 358.6 | 0.81 | 0.31 |
| Hex | 90 | F | 12 | 0 | 5A | 58 | 2C | 167 | 51 | 1F |
| Octal | 220 | 17 | 22 | 0 | 132 | 130 | 54 | 547 | 121 | 37 |
| Binary | 10010000 | 1111 | 10010 | 0 | 1011010 | 1011000 | 101100 | 101100111 | 1010001 | 11111 |
Color Harmonies of #900F12
Complementary color
Monochromatic Colors of #900F12
Black with #900F12
Text Example
Text Example
White with #900F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F12; }
p { color: rgb(144,15,18); }
H1.HeaderClassName
{
color: #900F12;
}
.AnyTagClassName
{
color: #900F12;
}
</style>
background-color css
<style>
a { background-color: #900F12; }
a { background-color: rgb(144,15,18); }
div.DivClassName
{
background-color: #900F12;
}
.BgClassName
{
background-color: #900F12;
}
</style>
border-color css
<style>
span { border-color: #900F12; }
span { border-color: rgb(144,15,18); }
td.TdClassName
{
border-color: #900F12;
}
.TagClassName
{
border-color: #900F12;
}
</style>