Shades of Sangria #A80007
Tints of Sangria #A80007
RGB
CMYK
RGB Variations
Color information
#A80007 (or 0xA80007) is known color: Sangria. HEX triplet: A8, 00 and 07. RGB value is (168,0,7). Sum of RGB (Red+Green+Blue) = 168+0+7=175 (23% of max value = 765). Red value is 168 (66.02% from 255 or 96% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 168 - color contains mainly: red. Hex color #A80007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80007 is #57FFF8. Grayscale: #333333. Windows color (decimal): -5767161 or 458920. OLE color: 458920.
HSL color Cylindrical-coordinate representation of color #A80007: hue angle of 357.5º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80007 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.96 | 0.34 |
| HSL | 357.5º | 1% | 0.33% | - |
| HSV(B) | 357.5º | 1% | 0.66% | - |
| XYZ | 16.19 | 8.34 | 0.96 | - |
| YUV | 51.03 | 103.16 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 7 | 0 | 1 | 0.96 | 0.34 | 357.5 | 1 | 0.33 |
| Hex | A8 | 0 | 7 | 0 | 64 | 60 | 22 | 166 | 64 | 21 |
| Octal | 250 | 0 | 7 | 0 | 144 | 140 | 42 | 546 | 144 | 41 |
| Binary | 10101000 | 0 | 111 | 0 | 1100100 | 1100000 | 100010 | 101100110 | 1100100 | 100001 |
Color Harmonies of #A80007
Complementary color
Monochromatic Colors of #A80007
Black with #A80007
Text Example
Text Example
White with #A80007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80007; }
p { color: rgb(168,0,7); }
H1.HeaderClassName
{
color: #A80007;
}
.AnyTagClassName
{
color: #A80007;
}
</style>
background-color css
<style>
a { background-color: #A80007; }
a { background-color: rgb(168,0,7); }
div.DivClassName
{
background-color: #A80007;
}
.BgClassName
{
background-color: #A80007;
}
</style>
border-color css
<style>
span { border-color: #A80007; }
span { border-color: rgb(168,0,7); }
td.TdClassName
{
border-color: #A80007;
}
.TagClassName
{
border-color: #A80007;
}
</style>