Shades of Sangria #901415
Tints of Sangria #901415
RGB
CMYK
RGB Variations
Color information
#901415 (or 0x901415) is known color: Sangria. HEX triplet: 90, 14 and 15. RGB value is (144,20,21). Sum of RGB (Red+Green+Blue) = 144+20+21=185 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.84% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 144 - color contains mainly: red. Hex color #901415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901415 is #6FEBEA. Grayscale: #393939. Windows color (decimal): -7334891 or 1381520. OLE color: 1381520.
HSL color Cylindrical-coordinate representation of color #901415: hue angle of 359.52º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901415 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 21 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.44 |
| HSL | 359.52º | 0.76% | 0.32% | - |
| HSV(B) | 359.52º | 0.86% | 0.56% | - |
| XYZ | 11.89 | 6.48 | 1.33 | - |
| YUV | 57.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 21 | 0 | 0.86 | 0.85 | 0.44 | 359.52 | 0.76 | 0.32 |
| Hex | 90 | 14 | 15 | 0 | 56 | 55 | 2C | 168 | 4C | 20 |
| Octal | 220 | 24 | 25 | 0 | 126 | 125 | 54 | 550 | 114 | 40 |
| Binary | 10010000 | 10100 | 10101 | 0 | 1010110 | 1010101 | 101100 | 101101000 | 1001100 | 100000 |
Color Harmonies of #901415
Complementary color
Monochromatic Colors of #901415
Black with #901415
Text Example
Text Example
White with #901415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901415; }
p { color: rgb(144,20,21); }
H1.HeaderClassName
{
color: #901415;
}
.AnyTagClassName
{
color: #901415;
}
</style>
background-color css
<style>
a { background-color: #901415; }
a { background-color: rgb(144,20,21); }
div.DivClassName
{
background-color: #901415;
}
.BgClassName
{
background-color: #901415;
}
</style>
border-color css
<style>
span { border-color: #901415; }
span { border-color: rgb(144,20,21); }
td.TdClassName
{
border-color: #901415;
}
.TagClassName
{
border-color: #901415;
}
</style>