Shades of Sangria #951011
Tints of Sangria #951011
RGB
CMYK
RGB Variations
Color information
#951011 (or 0x951011) is known color: Sangria. HEX triplet: 95, 10 and 11. RGB value is (149,16,17). Sum of RGB (Red+Green+Blue) = 149+16+17=182 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.87% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 149 - color contains mainly: red. Hex color #951011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951011 is #6AEFEE. Grayscale: #383838. Windows color (decimal): -7008239 or 1118357. OLE color: 1118357.
HSL color Cylindrical-coordinate representation of color #951011: hue angle of 359.55º degrees, saturation: 0.81, 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 #951011 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 17 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.42 |
| HSL | 359.55º | 0.81% | 0.32% | - |
| HSV(B) | 359.55º | 0.89% | 0.58% | - |
| XYZ | 12.68 | 6.8 | 1.17 | - |
| YUV | 55.88 | 106.06 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 17 | 0 | 0.89 | 0.89 | 0.42 | 359.55 | 0.81 | 0.32 |
| Hex | 95 | 10 | 11 | 0 | 59 | 59 | 2A | 168 | 51 | 20 |
| Octal | 225 | 20 | 21 | 0 | 131 | 131 | 52 | 550 | 121 | 40 |
| Binary | 10010101 | 10000 | 10001 | 0 | 1011001 | 1011001 | 101010 | 101101000 | 1010001 | 100000 |
Color Harmonies of #951011
Complementary color
Monochromatic Colors of #951011
Black with #951011
Text Example
Text Example
White with #951011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951011; }
p { color: rgb(149,16,17); }
H1.HeaderClassName
{
color: #951011;
}
.AnyTagClassName
{
color: #951011;
}
</style>
background-color css
<style>
a { background-color: #951011; }
a { background-color: rgb(149,16,17); }
div.DivClassName
{
background-color: #951011;
}
.BgClassName
{
background-color: #951011;
}
</style>
border-color css
<style>
span { border-color: #951011; }
span { border-color: rgb(149,16,17); }
td.TdClassName
{
border-color: #951011;
}
.TagClassName
{
border-color: #951011;
}
</style>