Shades of Sangria #8A000D
Tints of Sangria #8A000D
RGB
CMYK
RGB Variations
Color information
#8A000D (or 0x8A000D) is known color: Sangria. HEX triplet: 8A, 00 and 0D. RGB value is (138,0,13). Sum of RGB (Red+Green+Blue) = 138+0+13=151 (20% of max value = 765). Red value is 138 (54.30% from 255 or 91.39% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 138 - color contains mainly: red. Hex color #8A000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A000D is #75FFF2. Grayscale: #2A2A2A. Windows color (decimal): -7733235 or 852106. OLE color: 852106.
HSL color Cylindrical-coordinate representation of color #8A000D: hue angle of 354.35º 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 #8A000D is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.91 | 0.46 |
| HSL | 354.35º | 1% | 0.27% | - |
| HSV(B) | 354.35º | 1% | 0.54% | - |
| XYZ | 10.55 | 5.43 | 0.87 | - |
| YUV | 42.74 | 111.22 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 13 | 0 | 1 | 0.91 | 0.46 | 354.35 | 1 | 0.27 |
| Hex | 8A | 0 | D | 0 | 64 | 5B | 2E | 162 | 64 | 1B |
| Octal | 212 | 0 | 15 | 0 | 144 | 133 | 56 | 542 | 144 | 33 |
| Binary | 10001010 | 0 | 1101 | 0 | 1100100 | 1011011 | 101110 | 101100010 | 1100100 | 11011 |
Color Harmonies of #8A000D
Complementary color
Monochromatic Colors of #8A000D
Black with #8A000D
Text Example
Text Example
White with #8A000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A000D; }
p { color: rgb(138,0,13); }
H1.HeaderClassName
{
color: #8A000D;
}
.AnyTagClassName
{
color: #8A000D;
}
</style>
background-color css
<style>
a { background-color: #8A000D; }
a { background-color: rgb(138,0,13); }
div.DivClassName
{
background-color: #8A000D;
}
.BgClassName
{
background-color: #8A000D;
}
</style>
border-color css
<style>
span { border-color: #8A000D; }
span { border-color: rgb(138,0,13); }
td.TdClassName
{
border-color: #8A000D;
}
.TagClassName
{
border-color: #8A000D;
}
</style>