Shades of Sangria #950311
Tints of Sangria #950311
RGB
CMYK
RGB Variations
Color information
#950311 (or 0x950311) is known color: Sangria. HEX triplet: 95, 03 and 11. RGB value is (149,3,17). Sum of RGB (Red+Green+Blue) = 149+3+17=169 (22% of max value = 765). Red value is 149 (58.59% from 255 or 88.17% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 149 - color contains mainly: red. Hex color #950311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950311 is #6AFCEE. Grayscale: #303030. Windows color (decimal): -7011567 or 1115029. OLE color: 1115029.
HSL color Cylindrical-coordinate representation of color #950311: hue angle of 354.25º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #950311 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 17 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.42 |
| HSL | 354.25º | 0.96% | 0.3% | - |
| HSV(B) | 354.25º | 0.98% | 0.58% | - |
| XYZ | 12.53 | 6.5 | 1.12 | - |
| YUV | 48.25 | 110.37 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 17 | 0 | 0.98 | 0.89 | 0.42 | 354.25 | 0.96 | 0.3 |
| Hex | 95 | 3 | 11 | 0 | 62 | 59 | 2A | 162 | 60 | 1E |
| Octal | 225 | 3 | 21 | 0 | 142 | 131 | 52 | 542 | 140 | 36 |
| Binary | 10010101 | 11 | 10001 | 0 | 1100010 | 1011001 | 101010 | 101100010 | 1100000 | 11110 |
Color Harmonies of #950311
Complementary color
Monochromatic Colors of #950311
Black with #950311
Text Example
Text Example
White with #950311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950311; }
p { color: rgb(149,3,17); }
H1.HeaderClassName
{
color: #950311;
}
.AnyTagClassName
{
color: #950311;
}
</style>
background-color css
<style>
a { background-color: #950311; }
a { background-color: rgb(149,3,17); }
div.DivClassName
{
background-color: #950311;
}
.BgClassName
{
background-color: #950311;
}
</style>
border-color css
<style>
span { border-color: #950311; }
span { border-color: rgb(149,3,17); }
td.TdClassName
{
border-color: #950311;
}
.TagClassName
{
border-color: #950311;
}
</style>