Shades of Sangria #AB0508
Tints of Sangria #AB0508
RGB
CMYK
RGB Variations
Color information
#AB0508 (or 0xAB0508) is known color: Sangria. HEX triplet: AB, 05 and 08. RGB value is (171,5,8). Sum of RGB (Red+Green+Blue) = 171+5+8=184 (24% of max value = 765). Red value is 171 (67.19% from 255 or 92.93% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0508 is #54FAF7. Grayscale: #373737. Windows color (decimal): -5569272 or 525739. OLE color: 525739.
HSL color Cylindrical-coordinate representation of color #AB0508: hue angle of 358.92º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB0508 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 8 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.33 |
| HSL | 358.92º | 0.94% | 0.35% | - |
| HSV(B) | 358.92º | 0.97% | 0.67% | - |
| XYZ | 16.89 | 8.78 | 1.03 | - |
| YUV | 54.98 | 101.5 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 8 | 0 | 0.97 | 0.95 | 0.33 | 358.92 | 0.94 | 0.35 |
| Hex | AB | 5 | 8 | 0 | 61 | 5F | 21 | 167 | 5E | 23 |
| Octal | 253 | 5 | 10 | 0 | 141 | 137 | 41 | 547 | 136 | 43 |
| Binary | 10101011 | 101 | 1000 | 0 | 1100001 | 1011111 | 100001 | 101100111 | 1011110 | 100011 |
Color Harmonies of #AB0508
Complementary color
Monochromatic Colors of #AB0508
Black with #AB0508
Text Example
Text Example
White with #AB0508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0508; }
p { color: rgb(171,5,8); }
H1.HeaderClassName
{
color: #AB0508;
}
.AnyTagClassName
{
color: #AB0508;
}
</style>
background-color css
<style>
a { background-color: #AB0508; }
a { background-color: rgb(171,5,8); }
div.DivClassName
{
background-color: #AB0508;
}
.BgClassName
{
background-color: #AB0508;
}
</style>
border-color css
<style>
span { border-color: #AB0508; }
span { border-color: rgb(171,5,8); }
td.TdClassName
{
border-color: #AB0508;
}
.TagClassName
{
border-color: #AB0508;
}
</style>