Shades of Sangria #910E14
Tints of Sangria #910E14
RGB
CMYK
RGB Variations
Color information
#910E14 (or 0x910E14) is known color: Sangria. HEX triplet: 91, 0E and 14. RGB value is (145,14,20). Sum of RGB (Red+Green+Blue) = 145+14+20=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #910E14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910E14 is #6EF1EB. Grayscale: #353535. Windows color (decimal): -7270892 or 1314449. OLE color: 1314449.
HSL color Cylindrical-coordinate representation of color #910E14: hue angle of 357.25º degrees, saturation: 0.82, 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 #910E14 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 20 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.43 |
| HSL | 357.25º | 0.82% | 0.31% | - |
| HSV(B) | 357.25º | 0.9% | 0.57% | - |
| XYZ | 11.96 | 6.38 | 1.26 | - |
| YUV | 53.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 20 | 0 | 0.90 | 0.86 | 0.43 | 357.25 | 0.82 | 0.31 |
| Hex | 91 | E | 14 | 0 | 5A | 56 | 2B | 165 | 52 | 1F |
| Octal | 221 | 16 | 24 | 0 | 132 | 126 | 53 | 545 | 122 | 37 |
| Binary | 10010001 | 1110 | 10100 | 0 | 1011010 | 1010110 | 101011 | 101100101 | 1010010 | 11111 |
Color Harmonies of #910E14
Complementary color
Monochromatic Colors of #910E14
Black with #910E14
Text Example
Text Example
White with #910E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E14; }
p { color: rgb(145,14,20); }
H1.HeaderClassName
{
color: #910E14;
}
.AnyTagClassName
{
color: #910E14;
}
</style>
background-color css
<style>
a { background-color: #910E14; }
a { background-color: rgb(145,14,20); }
div.DivClassName
{
background-color: #910E14;
}
.BgClassName
{
background-color: #910E14;
}
</style>
border-color css
<style>
span { border-color: #910E14; }
span { border-color: rgb(145,14,20); }
td.TdClassName
{
border-color: #910E14;
}
.TagClassName
{
border-color: #910E14;
}
</style>