Shades of Sangria #9D0304
Tints of Sangria #9D0304
RGB
CMYK
RGB Variations
Color information
#9D0304 (or 0x9D0304) is known color: Sangria. HEX triplet: 9D, 03 and 04. RGB value is (157,3,4). Sum of RGB (Red+Green+Blue) = 157+3+4=164 (21% of max value = 765). Red value is 157 (61.72% from 255 or 95.73% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0304 is #62FCFB. Grayscale: #313131. Windows color (decimal): -6487292 or 263069. OLE color: 263069.
HSL color Cylindrical-coordinate representation of color #9D0304: hue angle of 359.61º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D0304 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 3 | 4 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.38 |
| HSL | 359.61º | 0.96% | 0.31% | - |
| HSV(B) | 359.61º | 0.98% | 0.62% | - |
| XYZ | 13.96 | 7.24 | 0.78 | - |
| YUV | 49.16 | 102.52 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 4 | 0 | 0.98 | 0.97 | 0.38 | 359.61 | 0.96 | 0.31 |
| Hex | 9D | 3 | 4 | 0 | 62 | 61 | 26 | 168 | 60 | 1F |
| Octal | 235 | 3 | 4 | 0 | 142 | 141 | 46 | 550 | 140 | 37 |
| Binary | 10011101 | 11 | 100 | 0 | 1100010 | 1100001 | 100110 | 101101000 | 1100000 | 11111 |
Color Harmonies of #9D0304
Complementary color
Monochromatic Colors of #9D0304
Black with #9D0304
Text Example
Text Example
White with #9D0304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0304; }
p { color: rgb(157,3,4); }
H1.HeaderClassName
{
color: #9D0304;
}
.AnyTagClassName
{
color: #9D0304;
}
</style>
background-color css
<style>
a { background-color: #9D0304; }
a { background-color: rgb(157,3,4); }
div.DivClassName
{
background-color: #9D0304;
}
.BgClassName
{
background-color: #9D0304;
}
</style>
border-color css
<style>
span { border-color: #9D0304; }
span { border-color: rgb(157,3,4); }
td.TdClassName
{
border-color: #9D0304;
}
.TagClassName
{
border-color: #9D0304;
}
</style>