Shades of Sangria #950F13
Tints of Sangria #950F13
RGB
CMYK
RGB Variations
Color information
#950F13 (or 0x950F13) is known color: Sangria. HEX triplet: 95, 0F and 13. RGB value is (149,15,19). Sum of RGB (Red+Green+Blue) = 149+15+19=183 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.42% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 149 - color contains mainly: red. Hex color #950F13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950F13 is #6AF0EC. Grayscale: #373737. Windows color (decimal): -7008493 or 1249173. OLE color: 1249173.
HSL color Cylindrical-coordinate representation of color #950F13: hue angle of 358.21º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F13 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 19 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.42 |
| HSL | 358.21º | 0.82% | 0.32% | - |
| HSV(B) | 358.21º | 0.9% | 0.58% | - |
| XYZ | 12.68 | 6.78 | 1.26 | - |
| YUV | 55.52 | 107.39 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 19 | 0 | 0.90 | 0.87 | 0.42 | 358.21 | 0.82 | 0.32 |
| Hex | 95 | F | 13 | 0 | 5A | 57 | 2A | 166 | 52 | 20 |
| Octal | 225 | 17 | 23 | 0 | 132 | 127 | 52 | 546 | 122 | 40 |
| Binary | 10010101 | 1111 | 10011 | 0 | 1011010 | 1010111 | 101010 | 101100110 | 1010010 | 100000 |
Color Harmonies of #950F13
Complementary color
Monochromatic Colors of #950F13
Black with #950F13
Text Example
Text Example
White with #950F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F13; }
p { color: rgb(149,15,19); }
H1.HeaderClassName
{
color: #950F13;
}
.AnyTagClassName
{
color: #950F13;
}
</style>
background-color css
<style>
a { background-color: #950F13; }
a { background-color: rgb(149,15,19); }
div.DivClassName
{
background-color: #950F13;
}
.BgClassName
{
background-color: #950F13;
}
</style>
border-color css
<style>
span { border-color: #950F13; }
span { border-color: rgb(149,15,19); }
td.TdClassName
{
border-color: #950F13;
}
.TagClassName
{
border-color: #950F13;
}
</style>