Shades of Sangria #8A000E
Tints of Sangria #8A000E
RGB
CMYK
RGB Variations
Color information
#8A000E (or 0x8A000E) is known color: Sangria. HEX triplet: 8A, 00 and 0E. RGB value is (138,0,14). Sum of RGB (Red+Green+Blue) = 138+0+14=152 (20% of max value = 765). Red value is 138 (54.30% from 255 or 90.79% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 138 - color contains mainly: red. Hex color #8A000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A000E is #75FFF1. Grayscale: #2A2A2A. Windows color (decimal): -7733234 or 917642. OLE color: 917642.
HSL color Cylindrical-coordinate representation of color #8A000E: hue angle of 353.91º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A000E is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.90 | 0.46 |
| HSL | 353.91º | 1% | 0.27% | - |
| HSV(B) | 353.91º | 1% | 0.54% | - |
| XYZ | 10.56 | 5.43 | 0.91 | - |
| YUV | 42.86 | 111.72 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 14 | 0 | 1 | 0.90 | 0.46 | 353.91 | 1 | 0.27 |
| Hex | 8A | 0 | E | 0 | 64 | 5A | 2E | 162 | 64 | 1B |
| Octal | 212 | 0 | 16 | 0 | 144 | 132 | 56 | 542 | 144 | 33 |
| Binary | 10001010 | 0 | 1110 | 0 | 1100100 | 1011010 | 101110 | 101100010 | 1100100 | 11011 |
Color Harmonies of #8A000E
Complementary color
Monochromatic Colors of #8A000E
Black with #8A000E
Text Example
Text Example
White with #8A000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A000E; }
p { color: rgb(138,0,14); }
H1.HeaderClassName
{
color: #8A000E;
}
.AnyTagClassName
{
color: #8A000E;
}
</style>
background-color css
<style>
a { background-color: #8A000E; }
a { background-color: rgb(138,0,14); }
div.DivClassName
{
background-color: #8A000E;
}
.BgClassName
{
background-color: #8A000E;
}
</style>
border-color css
<style>
span { border-color: #8A000E; }
span { border-color: rgb(138,0,14); }
td.TdClassName
{
border-color: #8A000E;
}
.TagClassName
{
border-color: #8A000E;
}
</style>