Shades of Sangria #8A0A0C
Tints of Sangria #8A0A0C
RGB
CMYK
RGB Variations
Color information
#8A0A0C (or 0x8A0A0C) is known color: Sangria. HEX triplet: 8A, 0A and 0C. RGB value is (138,10,12). Sum of RGB (Red+Green+Blue) = 138+10+12=160 (21% of max value = 765). Red value is 138 (54.30% from 255 or 86.25% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0A0C is #75F5F3. Grayscale: #303030. Windows color (decimal): -7730676 or 789130. OLE color: 789130.
HSL color Cylindrical-coordinate representation of color #8A0A0C: hue angle of 359.06º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0A0C is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 10 | 12 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.46 |
| HSL | 359.06º | 0.86% | 0.29% | - |
| HSV(B) | 359.06º | 0.93% | 0.54% | - |
| XYZ | 10.66 | 5.65 | 0.88 | - |
| YUV | 48.5 | 107.41 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 10 | 12 | 0 | 0.93 | 0.91 | 0.46 | 359.06 | 0.86 | 0.29 |
| Hex | 8A | A | C | 0 | 5D | 5B | 2E | 167 | 56 | 1D |
| Octal | 212 | 12 | 14 | 0 | 135 | 133 | 56 | 547 | 126 | 35 |
| Binary | 10001010 | 1010 | 1100 | 0 | 1011101 | 1011011 | 101110 | 101100111 | 1010110 | 11101 |
Color Harmonies of #8A0A0C
Complementary color
Monochromatic Colors of #8A0A0C
Black with #8A0A0C
Text Example
Text Example
White with #8A0A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0A0C; }
p { color: rgb(138,10,12); }
H1.HeaderClassName
{
color: #8A0A0C;
}
.AnyTagClassName
{
color: #8A0A0C;
}
</style>
background-color css
<style>
a { background-color: #8A0A0C; }
a { background-color: rgb(138,10,12); }
div.DivClassName
{
background-color: #8A0A0C;
}
.BgClassName
{
background-color: #8A0A0C;
}
</style>
border-color css
<style>
span { border-color: #8A0A0C; }
span { border-color: rgb(138,10,12); }
td.TdClassName
{
border-color: #8A0A0C;
}
.TagClassName
{
border-color: #8A0A0C;
}
</style>