Shades of Sangria #AB070D
Tints of Sangria #AB070D
RGB
CMYK
RGB Variations
Color information
#AB070D (or 0xAB070D) is known color: Sangria. HEX triplet: AB, 07 and 0D. RGB value is (171,7,13). Sum of RGB (Red+Green+Blue) = 171+7+13=191 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.53% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 171 - color contains mainly: red. Hex color #AB070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB070D is #54F8F2. Grayscale: #383838. Windows color (decimal): -5568755 or 853931. OLE color: 853931.
HSL color Cylindrical-coordinate representation of color #AB070D: hue angle of 357.8º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB070D is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 13 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.33 |
| HSL | 357.8º | 0.92% | 0.35% | - |
| HSV(B) | 357.8º | 0.96% | 0.67% | - |
| XYZ | 16.94 | 8.84 | 1.19 | - |
| YUV | 56.72 | 103.33 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 13 | 0 | 0.96 | 0.92 | 0.33 | 357.8 | 0.92 | 0.35 |
| Hex | AB | 7 | D | 0 | 60 | 5C | 21 | 166 | 5C | 23 |
| Octal | 253 | 7 | 15 | 0 | 140 | 134 | 41 | 546 | 134 | 43 |
| Binary | 10101011 | 111 | 1101 | 0 | 1100000 | 1011100 | 100001 | 101100110 | 1011100 | 100011 |
Color Harmonies of #AB070D
Complementary color
Monochromatic Colors of #AB070D
Black with #AB070D
Text Example
Text Example
White with #AB070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB070D; }
p { color: rgb(171,7,13); }
H1.HeaderClassName
{
color: #AB070D;
}
.AnyTagClassName
{
color: #AB070D;
}
</style>
background-color css
<style>
a { background-color: #AB070D; }
a { background-color: rgb(171,7,13); }
div.DivClassName
{
background-color: #AB070D;
}
.BgClassName
{
background-color: #AB070D;
}
</style>
border-color css
<style>
span { border-color: #AB070D; }
span { border-color: rgb(171,7,13); }
td.TdClassName
{
border-color: #AB070D;
}
.TagClassName
{
border-color: #AB070D;
}
</style>