Shades of Sangria #A80408
Tints of Sangria #A80408
RGB
CMYK
RGB Variations
Color information
#A80408 (or 0xA80408) is known color: Sangria. HEX triplet: A8, 04 and 08. RGB value is (168,4,8). Sum of RGB (Red+Green+Blue) = 168+4+8=180 (23% of max value = 765). Red value is 168 (66.02% from 255 or 93.33% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 168 - color contains mainly: red. Hex color #A80408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80408 is #57FBF7. Grayscale: #353535. Windows color (decimal): -5766136 or 525480. OLE color: 525480.
HSL color Cylindrical-coordinate representation of color #A80408: hue angle of 358.54º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80408 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 8 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.34 |
| HSL | 358.54º | 0.95% | 0.34% | - |
| HSV(B) | 358.54º | 0.98% | 0.66% | - |
| XYZ | 16.24 | 8.43 | 1 | - |
| YUV | 53.49 | 102.33 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 8 | 0 | 0.98 | 0.95 | 0.34 | 358.54 | 0.95 | 0.34 |
| Hex | A8 | 4 | 8 | 0 | 62 | 5F | 22 | 167 | 5F | 22 |
| Octal | 250 | 4 | 10 | 0 | 142 | 137 | 42 | 547 | 137 | 42 |
| Binary | 10101000 | 100 | 1000 | 0 | 1100010 | 1011111 | 100010 | 101100111 | 1011111 | 100010 |
Color Harmonies of #A80408
Complementary color
Monochromatic Colors of #A80408
Black with #A80408
Text Example
Text Example
White with #A80408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80408; }
p { color: rgb(168,4,8); }
H1.HeaderClassName
{
color: #A80408;
}
.AnyTagClassName
{
color: #A80408;
}
</style>
background-color css
<style>
a { background-color: #A80408; }
a { background-color: rgb(168,4,8); }
div.DivClassName
{
background-color: #A80408;
}
.BgClassName
{
background-color: #A80408;
}
</style>
border-color css
<style>
span { border-color: #A80408; }
span { border-color: rgb(168,4,8); }
td.TdClassName
{
border-color: #A80408;
}
.TagClassName
{
border-color: #A80408;
}
</style>