Shades of Sangria #950110
Tints of Sangria #950110
RGB
CMYK
RGB Variations
Color information
#950110 (or 0x950110) is known color: Sangria. HEX triplet: 95, 01 and 10. RGB value is (149,1,16). Sum of RGB (Red+Green+Blue) = 149+1+16=166 (21% of max value = 765). Red value is 149 (58.59% from 255 or 89.76% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 149 - color contains mainly: red. Hex color #950110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950110 is #6AFEEF. Grayscale: #2F2F2F. Windows color (decimal): -7012080 or 1048981. OLE color: 1048981.
HSL color Cylindrical-coordinate representation of color #950110: hue angle of 353.92º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950110 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.42 |
| HSL | 353.92º | 0.99% | 0.29% | - |
| HSV(B) | 353.92º | 0.99% | 0.58% | - |
| XYZ | 12.5 | 6.45 | 1.08 | - |
| YUV | 46.96 | 110.53 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 16 | 0 | 0.99 | 0.89 | 0.42 | 353.92 | 0.99 | 0.29 |
| Hex | 95 | 1 | 10 | 0 | 63 | 59 | 2A | 162 | 63 | 1D |
| Octal | 225 | 1 | 20 | 0 | 143 | 131 | 52 | 542 | 143 | 35 |
| Binary | 10010101 | 1 | 10000 | 0 | 1100011 | 1011001 | 101010 | 101100010 | 1100011 | 11101 |
Color Harmonies of #950110
Complementary color
Monochromatic Colors of #950110
Black with #950110
Text Example
Text Example
White with #950110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950110; }
p { color: rgb(149,1,16); }
H1.HeaderClassName
{
color: #950110;
}
.AnyTagClassName
{
color: #950110;
}
</style>
background-color css
<style>
a { background-color: #950110; }
a { background-color: rgb(149,1,16); }
div.DivClassName
{
background-color: #950110;
}
.BgClassName
{
background-color: #950110;
}
</style>
border-color css
<style>
span { border-color: #950110; }
span { border-color: rgb(149,1,16); }
td.TdClassName
{
border-color: #950110;
}
.TagClassName
{
border-color: #950110;
}
</style>