Shades of Sangria #910F13
Tints of Sangria #910F13
RGB
CMYK
RGB Variations
Color information
#910F13 (or 0x910F13) is known color: Sangria. HEX triplet: 91, 0F and 13. RGB value is (145,15,19). Sum of RGB (Red+Green+Blue) = 145+15+19=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #910F13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910F13 is #6EF0EC. Grayscale: #363636. Windows color (decimal): -7270637 or 1249169. OLE color: 1249169.
HSL color Cylindrical-coordinate representation of color #910F13: hue angle of 358.15º 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 #910F13 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 19 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.43 |
| HSL | 358.15º | 0.81% | 0.31% | - |
| HSV(B) | 358.15º | 0.9% | 0.57% | - |
| XYZ | 11.97 | 6.41 | 1.22 | - |
| YUV | 54.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 19 | 0 | 0.90 | 0.87 | 0.43 | 358.15 | 0.81 | 0.31 |
| Hex | 91 | F | 13 | 0 | 5A | 57 | 2B | 166 | 51 | 1F |
| Octal | 221 | 17 | 23 | 0 | 132 | 127 | 53 | 546 | 121 | 37 |
| Binary | 10010001 | 1111 | 10011 | 0 | 1011010 | 1010111 | 101011 | 101100110 | 1010001 | 11111 |
Color Harmonies of #910F13
Complementary color
Monochromatic Colors of #910F13
Black with #910F13
Text Example
Text Example
White with #910F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F13; }
p { color: rgb(145,15,19); }
H1.HeaderClassName
{
color: #910F13;
}
.AnyTagClassName
{
color: #910F13;
}
</style>
background-color css
<style>
a { background-color: #910F13; }
a { background-color: rgb(145,15,19); }
div.DivClassName
{
background-color: #910F13;
}
.BgClassName
{
background-color: #910F13;
}
</style>
border-color css
<style>
span { border-color: #910F13; }
span { border-color: rgb(145,15,19); }
td.TdClassName
{
border-color: #910F13;
}
.TagClassName
{
border-color: #910F13;
}
</style>