Shades of Sangria #951114
Tints of Sangria #951114
RGB
CMYK
RGB Variations
Color information
#951114 (or 0x951114) is known color: Sangria. HEX triplet: 95, 11 and 14. RGB value is (149,17,20). Sum of RGB (Red+Green+Blue) = 149+17+20=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #951114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951114 is #6AEEEB. Grayscale: #383838. Windows color (decimal): -7007980 or 1315221. OLE color: 1315221.
HSL color Cylindrical-coordinate representation of color #951114: hue angle of 358.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951114 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 20 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.42 |
| HSL | 358.64º | 0.8% | 0.33% | - |
| HSV(B) | 358.64º | 0.89% | 0.58% | - |
| XYZ | 12.72 | 6.84 | 1.31 | - |
| YUV | 56.81 | 107.23 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 20 | 0 | 0.89 | 0.87 | 0.42 | 358.64 | 0.8 | 0.33 |
| Hex | 95 | 11 | 14 | 0 | 59 | 57 | 2A | 167 | 50 | 21 |
| Octal | 225 | 21 | 24 | 0 | 131 | 127 | 52 | 547 | 120 | 41 |
| Binary | 10010101 | 10001 | 10100 | 0 | 1011001 | 1010111 | 101010 | 101100111 | 1010000 | 100001 |
Color Harmonies of #951114
Complementary color
Monochromatic Colors of #951114
Black with #951114
Text Example
Text Example
White with #951114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951114; }
p { color: rgb(149,17,20); }
H1.HeaderClassName
{
color: #951114;
}
.AnyTagClassName
{
color: #951114;
}
</style>
background-color css
<style>
a { background-color: #951114; }
a { background-color: rgb(149,17,20); }
div.DivClassName
{
background-color: #951114;
}
.BgClassName
{
background-color: #951114;
}
</style>
border-color css
<style>
span { border-color: #951114; }
span { border-color: rgb(149,17,20); }
td.TdClassName
{
border-color: #951114;
}
.TagClassName
{
border-color: #951114;
}
</style>