Shades of Sangria #950310
Tints of Sangria #950310
RGB
CMYK
RGB Variations
Color information
#950310 (or 0x950310) is known color: Sangria. HEX triplet: 95, 03 and 10. RGB value is (149,3,16). Sum of RGB (Red+Green+Blue) = 149+3+16=168 (22% of max value = 765). Red value is 149 (58.59% from 255 or 88.69% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 149 - color contains mainly: red. Hex color #950310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950310 is #6AFCEF. Grayscale: #303030. Windows color (decimal): -7011568 or 1049493. OLE color: 1049493.
HSL color Cylindrical-coordinate representation of color #950310: hue angle of 354.66º 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 #950310 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 16 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.42 |
| HSL | 354.66º | 0.96% | 0.3% | - |
| HSV(B) | 354.66º | 0.98% | 0.58% | - |
| XYZ | 12.52 | 6.49 | 1.08 | - |
| YUV | 48.14 | 109.87 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 16 | 0 | 0.98 | 0.89 | 0.42 | 354.66 | 0.96 | 0.3 |
| Hex | 95 | 3 | 10 | 0 | 62 | 59 | 2A | 163 | 60 | 1E |
| Octal | 225 | 3 | 20 | 0 | 142 | 131 | 52 | 543 | 140 | 36 |
| Binary | 10010101 | 11 | 10000 | 0 | 1100010 | 1011001 | 101010 | 101100011 | 1100000 | 11110 |
Color Harmonies of #950310
Complementary color
Monochromatic Colors of #950310
Black with #950310
Text Example
Text Example
White with #950310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950310; }
p { color: rgb(149,3,16); }
H1.HeaderClassName
{
color: #950310;
}
.AnyTagClassName
{
color: #950310;
}
</style>
background-color css
<style>
a { background-color: #950310; }
a { background-color: rgb(149,3,16); }
div.DivClassName
{
background-color: #950310;
}
.BgClassName
{
background-color: #950310;
}
</style>
border-color css
<style>
span { border-color: #950310; }
span { border-color: rgb(149,3,16); }
td.TdClassName
{
border-color: #950310;
}
.TagClassName
{
border-color: #950310;
}
</style>