Shades of Sangria #AB0107
Tints of Sangria #AB0107
RGB
CMYK
RGB Variations
Color information
#AB0107 (or 0xAB0107) is known color: Sangria. HEX triplet: AB, 01 and 07. RGB value is (171,1,7). Sum of RGB (Red+Green+Blue) = 171+1+7=179 (23% of max value = 765). Red value is 171 (67.19% from 255 or 95.53% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 7 (3.12% from 255 or 3.91% from 179); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0107 is #54FEF8. Grayscale: #343434. Windows color (decimal): -5570297 or 459179. OLE color: 459179.
HSL color Cylindrical-coordinate representation of color #AB0107: hue angle of 357.88º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0107 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 7 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.33 |
| HSL | 357.88º | 0.99% | 0.34% | - |
| HSV(B) | 357.88º | 0.99% | 0.67% | - |
| XYZ | 16.84 | 8.69 | 0.99 | - |
| YUV | 52.51 | 102.32 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 7 | 0 | 0.99 | 0.96 | 0.33 | 357.88 | 0.99 | 0.34 |
| Hex | AB | 1 | 7 | 0 | 63 | 60 | 21 | 166 | 63 | 22 |
| Octal | 253 | 1 | 7 | 0 | 143 | 140 | 41 | 546 | 143 | 42 |
| Binary | 10101011 | 1 | 111 | 0 | 1100011 | 1100000 | 100001 | 101100110 | 1100011 | 100010 |
Color Harmonies of #AB0107
Complementary color
Monochromatic Colors of #AB0107
Black with #AB0107
Text Example
Text Example
White with #AB0107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0107; }
p { color: rgb(171,1,7); }
H1.HeaderClassName
{
color: #AB0107;
}
.AnyTagClassName
{
color: #AB0107;
}
</style>
background-color css
<style>
a { background-color: #AB0107; }
a { background-color: rgb(171,1,7); }
div.DivClassName
{
background-color: #AB0107;
}
.BgClassName
{
background-color: #AB0107;
}
</style>
border-color css
<style>
span { border-color: #AB0107; }
span { border-color: rgb(171,1,7); }
td.TdClassName
{
border-color: #AB0107;
}
.TagClassName
{
border-color: #AB0107;
}
</style>