Shades of Sangria #9A0204
Tints of Sangria #9A0204
RGB
CMYK
RGB Variations
Color information
#9A0204 (or 0x9A0204) is known color: Sangria. HEX triplet: 9A, 02 and 04. RGB value is (154,2,4). Sum of RGB (Red+Green+Blue) = 154+2+4=160 (21% of max value = 765). Red value is 154 (60.55% from 255 or 96.25% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0204 is #65FDFB. Grayscale: #2F2F2F. Windows color (decimal): -6684156 or 262810. OLE color: 262810.
HSL color Cylindrical-coordinate representation of color #9A0204: hue angle of 359.21º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0204 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 2 | 4 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.40 |
| HSL | 359.21º | 0.97% | 0.31% | - |
| HSV(B) | 359.21º | 0.99% | 0.6% | - |
| XYZ | 13.37 | 6.92 | 0.75 | - |
| YUV | 47.68 | 103.36 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 4 | 0 | 0.99 | 0.97 | 0.40 | 359.21 | 0.97 | 0.31 |
| Hex | 9A | 2 | 4 | 0 | 63 | 61 | 28 | 167 | 61 | 1F |
| Octal | 232 | 2 | 4 | 0 | 143 | 141 | 50 | 547 | 141 | 37 |
| Binary | 10011010 | 10 | 100 | 0 | 1100011 | 1100001 | 101000 | 101100111 | 1100001 | 11111 |
Color Harmonies of #9A0204
Complementary color
Monochromatic Colors of #9A0204
Black with #9A0204
Text Example
Text Example
White with #9A0204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0204; }
p { color: rgb(154,2,4); }
H1.HeaderClassName
{
color: #9A0204;
}
.AnyTagClassName
{
color: #9A0204;
}
</style>
background-color css
<style>
a { background-color: #9A0204; }
a { background-color: rgb(154,2,4); }
div.DivClassName
{
background-color: #9A0204;
}
.BgClassName
{
background-color: #9A0204;
}
</style>
border-color css
<style>
span { border-color: #9A0204; }
span { border-color: rgb(154,2,4); }
td.TdClassName
{
border-color: #9A0204;
}
.TagClassName
{
border-color: #9A0204;
}
</style>