Shades of Sangria #8A020D
Tints of Sangria #8A020D
RGB
CMYK
RGB Variations
Color information
#8A020D (or 0x8A020D) is known color: Sangria. HEX triplet: 8A, 02 and 0D. RGB value is (138,2,13). Sum of RGB (Red+Green+Blue) = 138+2+13=153 (20% of max value = 765). Red value is 138 (54.30% from 255 or 90.20% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 138 - color contains mainly: red. Hex color #8A020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A020D is #75FDF2. Grayscale: #2C2C2C. Windows color (decimal): -7732723 or 852618. OLE color: 852618.
HSL color Cylindrical-coordinate representation of color #8A020D: hue angle of 355.15º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A020D is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.46 |
| HSL | 355.15º | 0.97% | 0.27% | - |
| HSV(B) | 355.15º | 0.99% | 0.54% | - |
| XYZ | 10.58 | 5.48 | 0.88 | - |
| YUV | 43.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 2 | 13 | 0 | 0.99 | 0.91 | 0.46 | 355.15 | 0.97 | 0.27 |
| Hex | 8A | 2 | D | 0 | 63 | 5B | 2E | 163 | 61 | 1B |
| Octal | 212 | 2 | 15 | 0 | 143 | 133 | 56 | 543 | 141 | 33 |
| Binary | 10001010 | 10 | 1101 | 0 | 1100011 | 1011011 | 101110 | 101100011 | 1100001 | 11011 |
Color Harmonies of #8A020D
Complementary color
Monochromatic Colors of #8A020D
Black with #8A020D
Text Example
Text Example
White with #8A020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A020D; }
p { color: rgb(138,2,13); }
H1.HeaderClassName
{
color: #8A020D;
}
.AnyTagClassName
{
color: #8A020D;
}
</style>
background-color css
<style>
a { background-color: #8A020D; }
a { background-color: rgb(138,2,13); }
div.DivClassName
{
background-color: #8A020D;
}
.BgClassName
{
background-color: #8A020D;
}
</style>
border-color css
<style>
span { border-color: #8A020D; }
span { border-color: rgb(138,2,13); }
td.TdClassName
{
border-color: #8A020D;
}
.TagClassName
{
border-color: #8A020D;
}
</style>