Shades of Sangria #910D11
Tints of Sangria #910D11
RGB
CMYK
RGB Variations
Color information
#910D11 (or 0x910D11) is known color: Sangria. HEX triplet: 91, 0D and 11. RGB value is (145,13,17). Sum of RGB (Red+Green+Blue) = 145+13+17=175 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.86% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 145 - color contains mainly: red. Hex color #910D11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910D11 is #6EF2EE. Grayscale: #353535. Windows color (decimal): -7271151 or 1117585. OLE color: 1117585.
HSL color Cylindrical-coordinate representation of color #910D11: hue angle of 358.18º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D11 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 17 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.43 |
| HSL | 358.18º | 0.84% | 0.31% | - |
| HSV(B) | 358.18º | 0.91% | 0.57% | - |
| XYZ | 11.92 | 6.35 | 1.13 | - |
| YUV | 52.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 17 | 0 | 0.91 | 0.88 | 0.43 | 358.18 | 0.84 | 0.31 |
| Hex | 91 | D | 11 | 0 | 5B | 58 | 2B | 166 | 54 | 1F |
| Octal | 221 | 15 | 21 | 0 | 133 | 130 | 53 | 546 | 124 | 37 |
| Binary | 10010001 | 1101 | 10001 | 0 | 1011011 | 1011000 | 101011 | 101100110 | 1010100 | 11111 |
Color Harmonies of #910D11
Complementary color
Monochromatic Colors of #910D11
Black with #910D11
Text Example
Text Example
White with #910D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D11; }
p { color: rgb(145,13,17); }
H1.HeaderClassName
{
color: #910D11;
}
.AnyTagClassName
{
color: #910D11;
}
</style>
background-color css
<style>
a { background-color: #910D11; }
a { background-color: rgb(145,13,17); }
div.DivClassName
{
background-color: #910D11;
}
.BgClassName
{
background-color: #910D11;
}
</style>
border-color css
<style>
span { border-color: #910D11; }
span { border-color: rgb(145,13,17); }
td.TdClassName
{
border-color: #910D11;
}
.TagClassName
{
border-color: #910D11;
}
</style>