Shades of Sangria #9A0A0B
Tints of Sangria #9A0A0B
RGB
CMYK
RGB Variations
Color information
#9A0A0B (or 0x9A0A0B) is known color: Sangria. HEX triplet: 9A, 0A and 0B. RGB value is (154,10,11). Sum of RGB (Red+Green+Blue) = 154+10+11=175 (23% of max value = 765). Red value is 154 (60.55% from 255 or 88% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0A0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0A0B is #65F5F4. Grayscale: #353535. Windows color (decimal): -6682101 or 723610. OLE color: 723610.
HSL color Cylindrical-coordinate representation of color #9A0A0B: hue angle of 359.58º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0A0B is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 10 | 11 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.40 |
| HSL | 359.58º | 0.88% | 0.32% | - |
| HSV(B) | 359.58º | 0.94% | 0.6% | - |
| XYZ | 13.5 | 7.11 | 0.98 | - |
| YUV | 53.17 | 104.21 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 10 | 11 | 0 | 0.94 | 0.93 | 0.40 | 359.58 | 0.88 | 0.32 |
| Hex | 9A | A | B | 0 | 5E | 5D | 28 | 168 | 58 | 20 |
| Octal | 232 | 12 | 13 | 0 | 136 | 135 | 50 | 550 | 130 | 40 |
| Binary | 10011010 | 1010 | 1011 | 0 | 1011110 | 1011101 | 101000 | 101101000 | 1011000 | 100000 |
Color Harmonies of #9A0A0B
Complementary color
Monochromatic Colors of #9A0A0B
Black with #9A0A0B
Text Example
Text Example
White with #9A0A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0A0B; }
p { color: rgb(154,10,11); }
H1.HeaderClassName
{
color: #9A0A0B;
}
.AnyTagClassName
{
color: #9A0A0B;
}
</style>
background-color css
<style>
a { background-color: #9A0A0B; }
a { background-color: rgb(154,10,11); }
div.DivClassName
{
background-color: #9A0A0B;
}
.BgClassName
{
background-color: #9A0A0B;
}
</style>
border-color css
<style>
span { border-color: #9A0A0B; }
span { border-color: rgb(154,10,11); }
td.TdClassName
{
border-color: #9A0A0B;
}
.TagClassName
{
border-color: #9A0A0B;
}
</style>