Shades of Sangria #8A0C0D
Tints of Sangria #8A0C0D
RGB
CMYK
RGB Variations
Color information
#8A0C0D (or 0x8A0C0D) is known color: Sangria. HEX triplet: 8A, 0C and 0D. RGB value is (138,12,13). Sum of RGB (Red+Green+Blue) = 138+12+13=163 (21% of max value = 765). Red value is 138 (54.30% from 255 or 84.66% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0C0D is #75F3F2. Grayscale: #313131. Windows color (decimal): -7730163 or 855178. OLE color: 855178.
HSL color Cylindrical-coordinate representation of color #8A0C0D: hue angle of 359.52º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0C0D is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 12 | 13 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.46 |
| HSL | 359.52º | 0.84% | 0.29% | - |
| HSV(B) | 359.52º | 0.91% | 0.54% | - |
| XYZ | 10.69 | 5.7 | 0.92 | - |
| YUV | 49.79 | 107.24 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 13 | 0 | 0.91 | 0.91 | 0.46 | 359.52 | 0.84 | 0.29 |
| Hex | 8A | C | D | 0 | 5B | 5B | 2E | 168 | 54 | 1D |
| Octal | 212 | 14 | 15 | 0 | 133 | 133 | 56 | 550 | 124 | 35 |
| Binary | 10001010 | 1100 | 1101 | 0 | 1011011 | 1011011 | 101110 | 101101000 | 1010100 | 11101 |
Color Harmonies of #8A0C0D
Complementary color
Monochromatic Colors of #8A0C0D
Black with #8A0C0D
Text Example
Text Example
White with #8A0C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0C0D; }
p { color: rgb(138,12,13); }
H1.HeaderClassName
{
color: #8A0C0D;
}
.AnyTagClassName
{
color: #8A0C0D;
}
</style>
background-color css
<style>
a { background-color: #8A0C0D; }
a { background-color: rgb(138,12,13); }
div.DivClassName
{
background-color: #8A0C0D;
}
.BgClassName
{
background-color: #8A0C0D;
}
</style>
border-color css
<style>
span { border-color: #8A0C0D; }
span { border-color: rgb(138,12,13); }
td.TdClassName
{
border-color: #8A0C0D;
}
.TagClassName
{
border-color: #8A0C0D;
}
</style>