Shades of Sangria #8A0213
Tints of Sangria #8A0213
RGB
CMYK
RGB Variations
Color information
#8A0213 (or 0x8A0213) is known color: Sangria. HEX triplet: 8A, 02 and 13. RGB value is (138,2,19). Sum of RGB (Red+Green+Blue) = 138+2+19=159 (21% of max value = 765). Red value is 138 (54.30% from 255 or 86.79% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0213 is #75FDEC. Grayscale: #2C2C2C. Windows color (decimal): -7732717 or 1245834. OLE color: 1245834.
HSL color Cylindrical-coordinate representation of color #8A0213: hue angle of 352.5º 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 #8A0213 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 2 | 19 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.46 |
| HSL | 352.5º | 0.97% | 0.27% | - |
| HSV(B) | 352.5º | 0.99% | 0.54% | - |
| XYZ | 10.62 | 5.49 | 1.12 | - |
| YUV | 44.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 2 | 19 | 0 | 0.99 | 0.86 | 0.46 | 352.5 | 0.97 | 0.27 |
| Hex | 8A | 2 | 13 | 0 | 63 | 56 | 2E | 160 | 61 | 1B |
| Octal | 212 | 2 | 23 | 0 | 143 | 126 | 56 | 540 | 141 | 33 |
| Binary | 10001010 | 10 | 10011 | 0 | 1100011 | 1010110 | 101110 | 101100000 | 1100001 | 11011 |
Color Harmonies of #8A0213
Complementary color
Monochromatic Colors of #8A0213
Black with #8A0213
Text Example
Text Example
White with #8A0213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0213; }
p { color: rgb(138,2,19); }
H1.HeaderClassName
{
color: #8A0213;
}
.AnyTagClassName
{
color: #8A0213;
}
</style>
background-color css
<style>
a { background-color: #8A0213; }
a { background-color: rgb(138,2,19); }
div.DivClassName
{
background-color: #8A0213;
}
.BgClassName
{
background-color: #8A0213;
}
</style>
border-color css
<style>
span { border-color: #8A0213; }
span { border-color: rgb(138,2,19); }
td.TdClassName
{
border-color: #8A0213;
}
.TagClassName
{
border-color: #8A0213;
}
</style>