Shades of Sangria #9A0206
Tints of Sangria #9A0206
RGB
CMYK
RGB Variations
Color information
#9A0206 (or 0x9A0206) is known color: Sangria. HEX triplet: 9A, 02 and 06. RGB value is (154,2,6). Sum of RGB (Red+Green+Blue) = 154+2+6=162 (21% of max value = 765). Red value is 154 (60.55% from 255 or 95.06% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0206 is #65FDF9. Grayscale: #303030. Windows color (decimal): -6684154 or 393882. OLE color: 393882.
HSL color Cylindrical-coordinate representation of color #9A0206: hue angle of 358.42º 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 #9A0206 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 2 | 6 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.40 |
| HSL | 358.42º | 0.97% | 0.31% | - |
| HSV(B) | 358.42º | 0.99% | 0.6% | - |
| XYZ | 13.38 | 6.93 | 0.8 | - |
| YUV | 47.9 | 104.36 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 6 | 0 | 0.99 | 0.96 | 0.40 | 358.42 | 0.97 | 0.31 |
| Hex | 9A | 2 | 6 | 0 | 63 | 60 | 28 | 166 | 61 | 1F |
| Octal | 232 | 2 | 6 | 0 | 143 | 140 | 50 | 546 | 141 | 37 |
| Binary | 10011010 | 10 | 110 | 0 | 1100011 | 1100000 | 101000 | 101100110 | 1100001 | 11111 |
Color Harmonies of #9A0206
Complementary color
Monochromatic Colors of #9A0206
Black with #9A0206
Text Example
Text Example
White with #9A0206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0206; }
p { color: rgb(154,2,6); }
H1.HeaderClassName
{
color: #9A0206;
}
.AnyTagClassName
{
color: #9A0206;
}
</style>
background-color css
<style>
a { background-color: #9A0206; }
a { background-color: rgb(154,2,6); }
div.DivClassName
{
background-color: #9A0206;
}
.BgClassName
{
background-color: #9A0206;
}
</style>
border-color css
<style>
span { border-color: #9A0206; }
span { border-color: rgb(154,2,6); }
td.TdClassName
{
border-color: #9A0206;
}
.TagClassName
{
border-color: #9A0206;
}
</style>