Shades of Sangria #9A000A
Tints of Sangria #9A000A
RGB
CMYK
RGB Variations
Color information
#9A000A (or 0x9A000A) is known color: Sangria. HEX triplet: 9A, 00 and 0A. RGB value is (154,0,10). Sum of RGB (Red+Green+Blue) = 154+0+10=164 (21% of max value = 765). Red value is 154 (60.55% from 255 or 93.90% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 154 - color contains mainly: red. Hex color #9A000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A000A is #65FFF5. Grayscale: #2F2F2F. Windows color (decimal): -6684662 or 655514. OLE color: 655514.
HSL color Cylindrical-coordinate representation of color #9A000A: hue angle of 356.1º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A000A is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.94 | 0.40 |
| HSL | 356.1º | 1% | 0.3% | - |
| HSV(B) | 356.1º | 1% | 0.6% | - |
| XYZ | 13.38 | 6.89 | 0.91 | - |
| YUV | 47.19 | 107.02 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 10 | 0 | 1 | 0.94 | 0.40 | 356.1 | 1 | 0.3 |
| Hex | 9A | 0 | A | 0 | 64 | 5E | 28 | 164 | 64 | 1E |
| Octal | 232 | 0 | 12 | 0 | 144 | 136 | 50 | 544 | 144 | 36 |
| Binary | 10011010 | 0 | 1010 | 0 | 1100100 | 1011110 | 101000 | 101100100 | 1100100 | 11110 |
Color Harmonies of #9A000A
Complementary color
Monochromatic Colors of #9A000A
Black with #9A000A
Text Example
Text Example
White with #9A000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A000A; }
p { color: rgb(154,0,10); }
H1.HeaderClassName
{
color: #9A000A;
}
.AnyTagClassName
{
color: #9A000A;
}
</style>
background-color css
<style>
a { background-color: #9A000A; }
a { background-color: rgb(154,0,10); }
div.DivClassName
{
background-color: #9A000A;
}
.BgClassName
{
background-color: #9A000A;
}
</style>
border-color css
<style>
span { border-color: #9A000A; }
span { border-color: rgb(154,0,10); }
td.TdClassName
{
border-color: #9A000A;
}
.TagClassName
{
border-color: #9A000A;
}
</style>