Shades of Sangria #8A0710
Tints of Sangria #8A0710
RGB
CMYK
RGB Variations
Color information
#8A0710 (or 0x8A0710) is known color: Sangria. HEX triplet: 8A, 07 and 10. RGB value is (138,7,16). Sum of RGB (Red+Green+Blue) = 138+7+16=161 (21% of max value = 765). Red value is 138 (54.30% from 255 or 85.71% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0710 is #75F8EF. Grayscale: #2F2F2F. Windows color (decimal): -7731440 or 1050506. OLE color: 1050506.
HSL color Cylindrical-coordinate representation of color #8A0710: hue angle of 355.88º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0710 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 7 | 16 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.46 |
| HSL | 355.88º | 0.9% | 0.28% | - |
| HSV(B) | 355.88º | 0.95% | 0.54% | - |
| XYZ | 10.65 | 5.59 | 1.01 | - |
| YUV | 47.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 7 | 16 | 0 | 0.95 | 0.88 | 0.46 | 355.88 | 0.9 | 0.28 |
| Hex | 8A | 7 | 10 | 0 | 5F | 58 | 2E | 164 | 5A | 1C |
| Octal | 212 | 7 | 20 | 0 | 137 | 130 | 56 | 544 | 132 | 34 |
| Binary | 10001010 | 111 | 10000 | 0 | 1011111 | 1011000 | 101110 | 101100100 | 1011010 | 11100 |
Color Harmonies of #8A0710
Complementary color
Monochromatic Colors of #8A0710
Black with #8A0710
Text Example
Text Example
White with #8A0710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0710; }
p { color: rgb(138,7,16); }
H1.HeaderClassName
{
color: #8A0710;
}
.AnyTagClassName
{
color: #8A0710;
}
</style>
background-color css
<style>
a { background-color: #8A0710; }
a { background-color: rgb(138,7,16); }
div.DivClassName
{
background-color: #8A0710;
}
.BgClassName
{
background-color: #8A0710;
}
</style>
border-color css
<style>
span { border-color: #8A0710; }
span { border-color: rgb(138,7,16); }
td.TdClassName
{
border-color: #8A0710;
}
.TagClassName
{
border-color: #8A0710;
}
</style>