Shades of Sangria #950104
Tints of Sangria #950104
RGB
CMYK
RGB Variations
Color information
#950104 (or 0x950104) is known color: Sangria. HEX triplet: 95, 01 and 04. RGB value is (149,1,4). Sum of RGB (Red+Green+Blue) = 149+1+4=154 (20% of max value = 765). Red value is 149 (58.59% from 255 or 96.75% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 149 - color contains mainly: red. Hex color #950104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950104 is #6AFEFB. Grayscale: #2D2D2D. Windows color (decimal): -7012092 or 262549. OLE color: 262549.
HSL color Cylindrical-coordinate representation of color #950104: hue angle of 358.78º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950104 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.42 |
| HSL | 358.78º | 0.99% | 0.29% | - |
| HSV(B) | 358.78º | 0.99% | 0.58% | - |
| XYZ | 12.43 | 6.42 | 0.7 | - |
| YUV | 45.59 | 104.53 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 4 | 0 | 0.99 | 0.97 | 0.42 | 358.78 | 0.99 | 0.29 |
| Hex | 95 | 1 | 4 | 0 | 63 | 61 | 2A | 167 | 63 | 1D |
| Octal | 225 | 1 | 4 | 0 | 143 | 141 | 52 | 547 | 143 | 35 |
| Binary | 10010101 | 1 | 100 | 0 | 1100011 | 1100001 | 101010 | 101100111 | 1100011 | 11101 |
Color Harmonies of #950104
Complementary color
Monochromatic Colors of #950104
Black with #950104
Text Example
Text Example
White with #950104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950104; }
p { color: rgb(149,1,4); }
H1.HeaderClassName
{
color: #950104;
}
.AnyTagClassName
{
color: #950104;
}
</style>
background-color css
<style>
a { background-color: #950104; }
a { background-color: rgb(149,1,4); }
div.DivClassName
{
background-color: #950104;
}
.BgClassName
{
background-color: #950104;
}
</style>
border-color css
<style>
span { border-color: #950104; }
span { border-color: rgb(149,1,4); }
td.TdClassName
{
border-color: #950104;
}
.TagClassName
{
border-color: #950104;
}
</style>