Shades of Sangria #950004
Tints of Sangria #950004
RGB
CMYK
RGB Variations
Color information
#950004 (or 0x950004) is known color: Sangria. HEX triplet: 95, 00 and 04. RGB value is (149,0,4). Sum of RGB (Red+Green+Blue) = 149+0+4=153 (20% of max value = 765). Red value is 149 (58.59% from 255 or 97.39% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 149 - color contains mainly: red. Hex color #950004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950004 is #6AFFFB. Grayscale: #2D2D2D. Windows color (decimal): -7012348 or 262293. OLE color: 262293.
HSL color Cylindrical-coordinate representation of color #950004: hue angle of 358.39º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #950004 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.97 | 0.42 |
| HSL | 358.39º | 1% | 0.29% | - |
| HSV(B) | 358.39º | 1% | 0.58% | - |
| XYZ | 12.42 | 6.4 | 0.7 | - |
| YUV | 45.01 | 104.86 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 4 | 0 | 1 | 0.97 | 0.42 | 358.39 | 1 | 0.29 |
| Hex | 95 | 0 | 4 | 0 | 64 | 61 | 2A | 166 | 64 | 1D |
| Octal | 225 | 0 | 4 | 0 | 144 | 141 | 52 | 546 | 144 | 35 |
| Binary | 10010101 | 0 | 100 | 0 | 1100100 | 1100001 | 101010 | 101100110 | 1100100 | 11101 |
Color Harmonies of #950004
Complementary color
Monochromatic Colors of #950004
Black with #950004
Text Example
Text Example
White with #950004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950004; }
p { color: rgb(149,0,4); }
H1.HeaderClassName
{
color: #950004;
}
.AnyTagClassName
{
color: #950004;
}
</style>
background-color css
<style>
a { background-color: #950004; }
a { background-color: rgb(149,0,4); }
div.DivClassName
{
background-color: #950004;
}
.BgClassName
{
background-color: #950004;
}
</style>
border-color css
<style>
span { border-color: #950004; }
span { border-color: rgb(149,0,4); }
td.TdClassName
{
border-color: #950004;
}
.TagClassName
{
border-color: #950004;
}
</style>