Shades of Sangria #9A0106
Tints of Sangria #9A0106
RGB
CMYK
RGB Variations
Color information
#9A0106 (or 0x9A0106) is known color: Sangria. HEX triplet: 9A, 01 and 06. RGB value is (154,1,6). Sum of RGB (Red+Green+Blue) = 154+1+6=161 (21% of max value = 765). Red value is 154 (60.55% from 255 or 95.65% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0106 is #65FEF9. Grayscale: #2F2F2F. Windows color (decimal): -6684410 or 393626. OLE color: 393626.
HSL color Cylindrical-coordinate representation of color #9A0106: hue angle of 358.04º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0106 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 6 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.40 |
| HSL | 358.04º | 0.99% | 0.3% | - |
| HSV(B) | 358.04º | 0.99% | 0.6% | - |
| XYZ | 13.37 | 6.9 | 0.8 | - |
| YUV | 47.32 | 104.69 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 6 | 0 | 0.99 | 0.96 | 0.40 | 358.04 | 0.99 | 0.3 |
| Hex | 9A | 1 | 6 | 0 | 63 | 60 | 28 | 166 | 63 | 1E |
| Octal | 232 | 1 | 6 | 0 | 143 | 140 | 50 | 546 | 143 | 36 |
| Binary | 10011010 | 1 | 110 | 0 | 1100011 | 1100000 | 101000 | 101100110 | 1100011 | 11110 |
Color Harmonies of #9A0106
Complementary color
Monochromatic Colors of #9A0106
Black with #9A0106
Text Example
Text Example
White with #9A0106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0106; }
p { color: rgb(154,1,6); }
H1.HeaderClassName
{
color: #9A0106;
}
.AnyTagClassName
{
color: #9A0106;
}
</style>
background-color css
<style>
a { background-color: #9A0106; }
a { background-color: rgb(154,1,6); }
div.DivClassName
{
background-color: #9A0106;
}
.BgClassName
{
background-color: #9A0106;
}
</style>
border-color css
<style>
span { border-color: #9A0106; }
span { border-color: rgb(154,1,6); }
td.TdClassName
{
border-color: #9A0106;
}
.TagClassName
{
border-color: #9A0106;
}
</style>