Shades of Sangria #AB0408
Tints of Sangria #AB0408
RGB
CMYK
RGB Variations
Color information
#AB0408 (or 0xAB0408) is known color: Sangria. HEX triplet: AB, 04 and 08. RGB value is (171,4,8). Sum of RGB (Red+Green+Blue) = 171+4+8=183 (24% of max value = 765). Red value is 171 (67.19% from 255 or 93.44% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0408 is #54FBF7. Grayscale: #363636. Windows color (decimal): -5569528 or 525483. OLE color: 525483.
HSL color Cylindrical-coordinate representation of color #AB0408: hue angle of 358.56º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0408 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 8 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.33 |
| HSL | 358.56º | 0.95% | 0.34% | - |
| HSV(B) | 358.56º | 0.98% | 0.67% | - |
| XYZ | 16.88 | 8.76 | 1.03 | - |
| YUV | 54.39 | 101.83 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 8 | 0 | 0.98 | 0.95 | 0.33 | 358.56 | 0.95 | 0.34 |
| Hex | AB | 4 | 8 | 0 | 62 | 5F | 21 | 167 | 5F | 22 |
| Octal | 253 | 4 | 10 | 0 | 142 | 137 | 41 | 547 | 137 | 42 |
| Binary | 10101011 | 100 | 1000 | 0 | 1100010 | 1011111 | 100001 | 101100111 | 1011111 | 100010 |
Color Harmonies of #AB0408
Complementary color
Monochromatic Colors of #AB0408
Black with #AB0408
Text Example
Text Example
White with #AB0408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0408; }
p { color: rgb(171,4,8); }
H1.HeaderClassName
{
color: #AB0408;
}
.AnyTagClassName
{
color: #AB0408;
}
</style>
background-color css
<style>
a { background-color: #AB0408; }
a { background-color: rgb(171,4,8); }
div.DivClassName
{
background-color: #AB0408;
}
.BgClassName
{
background-color: #AB0408;
}
</style>
border-color css
<style>
span { border-color: #AB0408; }
span { border-color: rgb(171,4,8); }
td.TdClassName
{
border-color: #AB0408;
}
.TagClassName
{
border-color: #AB0408;
}
</style>