Shades of Sangria #8A080C
Tints of Sangria #8A080C
RGB
CMYK
RGB Variations
Color information
#8A080C (or 0x8A080C) is known color: Sangria. HEX triplet: 8A, 08 and 0C. RGB value is (138,8,12). Sum of RGB (Red+Green+Blue) = 138+8+12=158 (20% of max value = 765). Red value is 138 (54.30% from 255 or 87.34% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 138 - color contains mainly: red. Hex color #8A080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A080C is #75F7F3. Grayscale: #2F2F2F. Windows color (decimal): -7731188 or 788618. OLE color: 788618.
HSL color Cylindrical-coordinate representation of color #8A080C: hue angle of 358.15º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A080C is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 8 | 12 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.46 |
| HSL | 358.15º | 0.89% | 0.29% | - |
| HSV(B) | 358.15º | 0.94% | 0.54% | - |
| XYZ | 10.63 | 5.6 | 0.87 | - |
| YUV | 47.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 12 | 0 | 0.94 | 0.91 | 0.46 | 358.15 | 0.89 | 0.29 |
| Hex | 8A | 8 | C | 0 | 5E | 5B | 2E | 166 | 59 | 1D |
| Octal | 212 | 10 | 14 | 0 | 136 | 133 | 56 | 546 | 131 | 35 |
| Binary | 10001010 | 1000 | 1100 | 0 | 1011110 | 1011011 | 101110 | 101100110 | 1011001 | 11101 |
Color Harmonies of #8A080C
Complementary color
Monochromatic Colors of #8A080C
Black with #8A080C
Text Example
Text Example
White with #8A080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A080C; }
p { color: rgb(138,8,12); }
H1.HeaderClassName
{
color: #8A080C;
}
.AnyTagClassName
{
color: #8A080C;
}
</style>
background-color css
<style>
a { background-color: #8A080C; }
a { background-color: rgb(138,8,12); }
div.DivClassName
{
background-color: #8A080C;
}
.BgClassName
{
background-color: #8A080C;
}
</style>
border-color css
<style>
span { border-color: #8A080C; }
span { border-color: rgb(138,8,12); }
td.TdClassName
{
border-color: #8A080C;
}
.TagClassName
{
border-color: #8A080C;
}
</style>