Shades of Sangria #A7080B
Tints of Sangria #A7080B
RGB
CMYK
RGB Variations
Color information
#A7080B (or 0xA7080B) is known color: Sangria. HEX triplet: A7, 08 and 0B. RGB value is (167,8,11). Sum of RGB (Red+Green+Blue) = 167+8+11=186 (24% of max value = 765). Red value is 167 (65.62% from 255 or 89.78% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 167 - color contains mainly: red. Hex color #A7080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7080B is #58F7F4. Grayscale: #383838. Windows color (decimal): -5830645 or 723111. OLE color: 723111.
HSL color Cylindrical-coordinate representation of color #A7080B: hue angle of 358.87º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A7080B is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 8 | 11 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.35 |
| HSL | 358.87º | 0.91% | 0.34% | - |
| HSV(B) | 358.87º | 0.95% | 0.65% | - |
| XYZ | 16.08 | 8.41 | 1.09 | - |
| YUV | 55.88 | 102.68 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 8 | 11 | 0 | 0.95 | 0.93 | 0.35 | 358.87 | 0.91 | 0.34 |
| Hex | A7 | 8 | B | 0 | 5F | 5D | 23 | 167 | 5B | 22 |
| Octal | 247 | 10 | 13 | 0 | 137 | 135 | 43 | 547 | 133 | 42 |
| Binary | 10100111 | 1000 | 1011 | 0 | 1011111 | 1011101 | 100011 | 101100111 | 1011011 | 100010 |
Color Harmonies of #A7080B
Complementary color
Monochromatic Colors of #A7080B
Black with #A7080B
Text Example
Text Example
White with #A7080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7080B; }
p { color: rgb(167,8,11); }
H1.HeaderClassName
{
color: #A7080B;
}
.AnyTagClassName
{
color: #A7080B;
}
</style>
background-color css
<style>
a { background-color: #A7080B; }
a { background-color: rgb(167,8,11); }
div.DivClassName
{
background-color: #A7080B;
}
.BgClassName
{
background-color: #A7080B;
}
</style>
border-color css
<style>
span { border-color: #A7080B; }
span { border-color: rgb(167,8,11); }
td.TdClassName
{
border-color: #A7080B;
}
.TagClassName
{
border-color: #A7080B;
}
</style>