Shades of Sangria #951013
Tints of Sangria #951013
RGB
CMYK
RGB Variations
Color information
#951013 (or 0x951013) is known color: Sangria. HEX triplet: 95, 10 and 13. RGB value is (149,16,19). Sum of RGB (Red+Green+Blue) = 149+16+19=184 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.98% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 149 - color contains mainly: red. Hex color #951013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951013 is #6AEFEC. Grayscale: #383838. Windows color (decimal): -7008237 or 1249429. OLE color: 1249429.
HSL color Cylindrical-coordinate representation of color #951013: hue angle of 358.65º 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 #951013 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 19 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.42 |
| HSL | 358.65º | 0.81% | 0.32% | - |
| HSV(B) | 358.65º | 0.89% | 0.58% | - |
| XYZ | 12.7 | 6.81 | 1.26 | - |
| YUV | 56.11 | 107.06 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 19 | 0 | 0.89 | 0.87 | 0.42 | 358.65 | 0.81 | 0.32 |
| Hex | 95 | 10 | 13 | 0 | 59 | 57 | 2A | 167 | 51 | 20 |
| Octal | 225 | 20 | 23 | 0 | 131 | 127 | 52 | 547 | 121 | 40 |
| Binary | 10010101 | 10000 | 10011 | 0 | 1011001 | 1010111 | 101010 | 101100111 | 1010001 | 100000 |
Color Harmonies of #951013
Complementary color
Monochromatic Colors of #951013
Black with #951013
Text Example
Text Example
White with #951013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951013; }
p { color: rgb(149,16,19); }
H1.HeaderClassName
{
color: #951013;
}
.AnyTagClassName
{
color: #951013;
}
</style>
background-color css
<style>
a { background-color: #951013; }
a { background-color: rgb(149,16,19); }
div.DivClassName
{
background-color: #951013;
}
.BgClassName
{
background-color: #951013;
}
</style>
border-color css
<style>
span { border-color: #951013; }
span { border-color: rgb(149,16,19); }
td.TdClassName
{
border-color: #951013;
}
.TagClassName
{
border-color: #951013;
}
</style>