Shades of Sangria #9A080B
Tints of Sangria #9A080B
RGB
CMYK
RGB Variations
Color information
#9A080B (or 0x9A080B) is known color: Sangria. HEX triplet: 9A, 08 and 0B. RGB value is (154,8,11). Sum of RGB (Red+Green+Blue) = 154+8+11=173 (22% of max value = 765). Red value is 154 (60.55% from 255 or 89.02% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 154 - color contains mainly: red. Hex color #9A080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A080B is #65F7F4. Grayscale: #343434. Windows color (decimal): -6682613 or 723098. OLE color: 723098.
HSL color Cylindrical-coordinate representation of color #9A080B: hue angle of 358.77º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A080B is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 8 | 11 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.40 |
| HSL | 358.77º | 0.9% | 0.32% | - |
| HSV(B) | 358.77º | 0.95% | 0.6% | - |
| XYZ | 13.47 | 7.07 | 0.97 | - |
| YUV | 52 | 104.87 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 8 | 11 | 0 | 0.95 | 0.93 | 0.40 | 358.77 | 0.9 | 0.32 |
| Hex | 9A | 8 | B | 0 | 5F | 5D | 28 | 167 | 5A | 20 |
| Octal | 232 | 10 | 13 | 0 | 137 | 135 | 50 | 547 | 132 | 40 |
| Binary | 10011010 | 1000 | 1011 | 0 | 1011111 | 1011101 | 101000 | 101100111 | 1011010 | 100000 |
Color Harmonies of #9A080B
Complementary color
Monochromatic Colors of #9A080B
Black with #9A080B
Text Example
Text Example
White with #9A080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A080B; }
p { color: rgb(154,8,11); }
H1.HeaderClassName
{
color: #9A080B;
}
.AnyTagClassName
{
color: #9A080B;
}
</style>
background-color css
<style>
a { background-color: #9A080B; }
a { background-color: rgb(154,8,11); }
div.DivClassName
{
background-color: #9A080B;
}
.BgClassName
{
background-color: #9A080B;
}
</style>
border-color css
<style>
span { border-color: #9A080B; }
span { border-color: rgb(154,8,11); }
td.TdClassName
{
border-color: #9A080B;
}
.TagClassName
{
border-color: #9A080B;
}
</style>