Shades of Sangria #910F15
Tints of Sangria #910F15
RGB
CMYK
RGB Variations
Color information
#910F15 (or 0x910F15) is known color: Sangria. HEX triplet: 91, 0F and 15. RGB value is (145,15,21). Sum of RGB (Red+Green+Blue) = 145+15+21=181 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.11% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 145 - color contains mainly: red. Hex color #910F15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910F15 is #6EF0EA. Grayscale: #363636. Windows color (decimal): -7270635 or 1380241. OLE color: 1380241.
HSL color Cylindrical-coordinate representation of color #910F15: hue angle of 357.23º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F15 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 21 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.43 |
| HSL | 357.23º | 0.81% | 0.31% | - |
| HSV(B) | 357.23º | 0.9% | 0.57% | - |
| XYZ | 11.98 | 6.42 | 1.32 | - |
| YUV | 54.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 21 | 0 | 0.90 | 0.86 | 0.43 | 357.23 | 0.81 | 0.31 |
| Hex | 91 | F | 15 | 0 | 5A | 56 | 2B | 165 | 51 | 1F |
| Octal | 221 | 17 | 25 | 0 | 132 | 126 | 53 | 545 | 121 | 37 |
| Binary | 10010001 | 1111 | 10101 | 0 | 1011010 | 1010110 | 101011 | 101100101 | 1010001 | 11111 |
Color Harmonies of #910F15
Complementary color
Monochromatic Colors of #910F15
Black with #910F15
Text Example
Text Example
White with #910F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F15; }
p { color: rgb(145,15,21); }
H1.HeaderClassName
{
color: #910F15;
}
.AnyTagClassName
{
color: #910F15;
}
</style>
background-color css
<style>
a { background-color: #910F15; }
a { background-color: rgb(145,15,21); }
div.DivClassName
{
background-color: #910F15;
}
.BgClassName
{
background-color: #910F15;
}
</style>
border-color css
<style>
span { border-color: #910F15; }
span { border-color: rgb(145,15,21); }
td.TdClassName
{
border-color: #910F15;
}
.TagClassName
{
border-color: #910F15;
}
</style>