Shades of Sangria #900F15
Tints of Sangria #900F15
RGB
CMYK
RGB Variations
Color information
#900F15 (or 0x900F15) is known color: Sangria. HEX triplet: 90, 0F and 15. RGB value is (144,15,21). Sum of RGB (Red+Green+Blue) = 144+15+21=180 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 144 - color contains mainly: red. Hex color #900F15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900F15 is #6FF0EA. Grayscale: #363636. Windows color (decimal): -7336171 or 1380240. OLE color: 1380240.
HSL color Cylindrical-coordinate representation of color #900F15: hue angle of 357.21º 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 #900F15 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 21 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.44 |
| HSL | 357.21º | 0.81% | 0.31% | - |
| HSV(B) | 357.21º | 0.9% | 0.56% | - |
| XYZ | 11.81 | 6.33 | 1.31 | - |
| YUV | 54.26 | 109.24 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 21 | 0 | 0.90 | 0.85 | 0.44 | 357.21 | 0.81 | 0.31 |
| Hex | 90 | F | 15 | 0 | 5A | 55 | 2C | 165 | 51 | 1F |
| Octal | 220 | 17 | 25 | 0 | 132 | 125 | 54 | 545 | 121 | 37 |
| Binary | 10010000 | 1111 | 10101 | 0 | 1011010 | 1010101 | 101100 | 101100101 | 1010001 | 11111 |
Color Harmonies of #900F15
Complementary color
Monochromatic Colors of #900F15
Black with #900F15
Text Example
Text Example
White with #900F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F15; }
p { color: rgb(144,15,21); }
H1.HeaderClassName
{
color: #900F15;
}
.AnyTagClassName
{
color: #900F15;
}
</style>
background-color css
<style>
a { background-color: #900F15; }
a { background-color: rgb(144,15,21); }
div.DivClassName
{
background-color: #900F15;
}
.BgClassName
{
background-color: #900F15;
}
</style>
border-color css
<style>
span { border-color: #900F15; }
span { border-color: rgb(144,15,21); }
td.TdClassName
{
border-color: #900F15;
}
.TagClassName
{
border-color: #900F15;
}
</style>