Shades of Sangria #950203
Tints of Sangria #950203
RGB
CMYK
RGB Variations
Color information
#950203 (or 0x950203) is known color: Sangria. HEX triplet: 95, 02 and 03. RGB value is (149,2,3). Sum of RGB (Red+Green+Blue) = 149+2+3=154 (20% of max value = 765). Red value is 149 (58.59% from 255 or 96.75% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 149 - color contains mainly: red. Hex color #950203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950203 is #6AFDFC. Grayscale: #2E2E2E. Windows color (decimal): -7011837 or 197269. OLE color: 197269.
HSL color Cylindrical-coordinate representation of color #950203: hue angle of 359.59º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950203 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 3 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.42 |
| HSL | 359.59º | 0.97% | 0.3% | - |
| HSV(B) | 359.59º | 0.99% | 0.58% | - |
| XYZ | 12.43 | 6.44 | 0.67 | - |
| YUV | 46.07 | 103.7 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 3 | 0 | 0.99 | 0.98 | 0.42 | 359.59 | 0.97 | 0.3 |
| Hex | 95 | 2 | 3 | 0 | 63 | 62 | 2A | 168 | 61 | 1E |
| Octal | 225 | 2 | 3 | 0 | 143 | 142 | 52 | 550 | 141 | 36 |
| Binary | 10010101 | 10 | 11 | 0 | 1100011 | 1100010 | 101010 | 101101000 | 1100001 | 11110 |
Color Harmonies of #950203
Complementary color
Monochromatic Colors of #950203
Black with #950203
Text Example
Text Example
White with #950203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950203; }
p { color: rgb(149,2,3); }
H1.HeaderClassName
{
color: #950203;
}
.AnyTagClassName
{
color: #950203;
}
</style>
background-color css
<style>
a { background-color: #950203; }
a { background-color: rgb(149,2,3); }
div.DivClassName
{
background-color: #950203;
}
.BgClassName
{
background-color: #950203;
}
</style>
border-color css
<style>
span { border-color: #950203; }
span { border-color: rgb(149,2,3); }
td.TdClassName
{
border-color: #950203;
}
.TagClassName
{
border-color: #950203;
}
</style>