Shades of Sangria #931011
Tints of Sangria #931011
RGB
CMYK
RGB Variations
Color information
#931011 (or 0x931011) is known color: Sangria. HEX triplet: 93, 10 and 11. RGB value is (147,16,17). Sum of RGB (Red+Green+Blue) = 147+16+17=180 (23% of max value = 765). Red value is 147 (57.81% from 255 or 81.67% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 147 - color contains mainly: red. Hex color #931011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931011 is #6CEFEE. Grayscale: #373737. Windows color (decimal): -7139311 or 1118355. OLE color: 1118355.
HSL color Cylindrical-coordinate representation of color #931011: hue angle of 359.54º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #931011 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 16 | 17 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.42 |
| HSL | 359.54º | 0.8% | 0.32% | - |
| HSV(B) | 359.54º | 0.89% | 0.58% | - |
| XYZ | 12.32 | 6.61 | 1.16 | - |
| YUV | 55.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 16 | 17 | 0 | 0.89 | 0.88 | 0.42 | 359.54 | 0.8 | 0.32 |
| Hex | 93 | 10 | 11 | 0 | 59 | 58 | 2A | 168 | 50 | 20 |
| Octal | 223 | 20 | 21 | 0 | 131 | 130 | 52 | 550 | 120 | 40 |
| Binary | 10010011 | 10000 | 10001 | 0 | 1011001 | 1011000 | 101010 | 101101000 | 1010000 | 100000 |
Color Harmonies of #931011
Complementary color
Monochromatic Colors of #931011
Black with #931011
Text Example
Text Example
White with #931011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931011; }
p { color: rgb(147,16,17); }
H1.HeaderClassName
{
color: #931011;
}
.AnyTagClassName
{
color: #931011;
}
</style>
background-color css
<style>
a { background-color: #931011; }
a { background-color: rgb(147,16,17); }
div.DivClassName
{
background-color: #931011;
}
.BgClassName
{
background-color: #931011;
}
</style>
border-color css
<style>
span { border-color: #931011; }
span { border-color: rgb(147,16,17); }
td.TdClassName
{
border-color: #931011;
}
.TagClassName
{
border-color: #931011;
}
</style>