Shades of Sangria #950306
Tints of Sangria #950306
RGB
CMYK
RGB Variations
Color information
#950306 (or 0x950306) is known color: Sangria. HEX triplet: 95, 03 and 06. RGB value is (149,3,6). Sum of RGB (Red+Green+Blue) = 149+3+6=158 (20% of max value = 765). Red value is 149 (58.59% from 255 or 94.30% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 149 - color contains mainly: red. Hex color #950306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950306 is #6AFCF9. Grayscale: #2F2F2F. Windows color (decimal): -7011578 or 394133. OLE color: 394133.
HSL color Cylindrical-coordinate representation of color #950306: hue angle of 358.77º 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 #950306 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 6 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.42 |
| HSL | 358.77º | 0.96% | 0.3% | - |
| HSV(B) | 358.77º | 0.98% | 0.58% | - |
| XYZ | 12.46 | 6.47 | 0.76 | - |
| YUV | 47 | 104.87 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 6 | 0 | 0.98 | 0.96 | 0.42 | 358.77 | 0.96 | 0.3 |
| Hex | 95 | 3 | 6 | 0 | 62 | 60 | 2A | 167 | 60 | 1E |
| Octal | 225 | 3 | 6 | 0 | 142 | 140 | 52 | 547 | 140 | 36 |
| Binary | 10010101 | 11 | 110 | 0 | 1100010 | 1100000 | 101010 | 101100111 | 1100000 | 11110 |
Color Harmonies of #950306
Complementary color
Monochromatic Colors of #950306
Black with #950306
Text Example
Text Example
White with #950306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950306; }
p { color: rgb(149,3,6); }
H1.HeaderClassName
{
color: #950306;
}
.AnyTagClassName
{
color: #950306;
}
</style>
background-color css
<style>
a { background-color: #950306; }
a { background-color: rgb(149,3,6); }
div.DivClassName
{
background-color: #950306;
}
.BgClassName
{
background-color: #950306;
}
</style>
border-color css
<style>
span { border-color: #950306; }
span { border-color: rgb(149,3,6); }
td.TdClassName
{
border-color: #950306;
}
.TagClassName
{
border-color: #950306;
}
</style>