Shades of Sangria #951012
Tints of Sangria #951012
RGB
CMYK
RGB Variations
Color information
#951012 (or 0x951012) is known color: Sangria. HEX triplet: 95, 10 and 12. RGB value is (149,16,18). Sum of RGB (Red+Green+Blue) = 149+16+18=183 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.42% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 149 - color contains mainly: red. Hex color #951012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951012 is #6AEFED. Grayscale: #383838. Windows color (decimal): -7008238 or 1183893. OLE color: 1183893.
HSL color Cylindrical-coordinate representation of color #951012: hue angle of 359.1º 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 #951012 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 18 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.42 |
| HSL | 359.1º | 0.81% | 0.32% | - |
| HSV(B) | 359.1º | 0.89% | 0.58% | - |
| XYZ | 12.69 | 6.8 | 1.22 | - |
| YUV | 56 | 106.56 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 18 | 0 | 0.89 | 0.88 | 0.42 | 359.1 | 0.81 | 0.32 |
| Hex | 95 | 10 | 12 | 0 | 59 | 58 | 2A | 167 | 51 | 20 |
| Octal | 225 | 20 | 22 | 0 | 131 | 130 | 52 | 547 | 121 | 40 |
| Binary | 10010101 | 10000 | 10010 | 0 | 1011001 | 1011000 | 101010 | 101100111 | 1010001 | 100000 |
Color Harmonies of #951012
Complementary color
Monochromatic Colors of #951012
Black with #951012
Text Example
Text Example
White with #951012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951012; }
p { color: rgb(149,16,18); }
H1.HeaderClassName
{
color: #951012;
}
.AnyTagClassName
{
color: #951012;
}
</style>
background-color css
<style>
a { background-color: #951012; }
a { background-color: rgb(149,16,18); }
div.DivClassName
{
background-color: #951012;
}
.BgClassName
{
background-color: #951012;
}
</style>
border-color css
<style>
span { border-color: #951012; }
span { border-color: rgb(149,16,18); }
td.TdClassName
{
border-color: #951012;
}
.TagClassName
{
border-color: #951012;
}
</style>