Shades of Sangria #8A0709
Tints of Sangria #8A0709
RGB
CMYK
RGB Variations
Color information
#8A0709 (or 0x8A0709) is known color: Sangria. HEX triplet: 8A, 07 and 09. RGB value is (138,7,9). Sum of RGB (Red+Green+Blue) = 138+7+9=154 (20% of max value = 765). Red value is 138 (54.30% from 255 or 89.61% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0709 is #75F8F6. Grayscale: #2E2E2E. Windows color (decimal): -7731447 or 591754. OLE color: 591754.
HSL color Cylindrical-coordinate representation of color #8A0709: hue angle of 359.08º 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 #8A0709 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 7 | 9 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.46 |
| HSL | 359.08º | 0.9% | 0.28% | - |
| HSV(B) | 359.08º | 0.95% | 0.54% | - |
| XYZ | 10.61 | 5.57 | 0.78 | - |
| YUV | 46.4 | 106.9 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 7 | 9 | 0 | 0.95 | 0.93 | 0.46 | 359.08 | 0.9 | 0.28 |
| Hex | 8A | 7 | 9 | 0 | 5F | 5D | 2E | 167 | 5A | 1C |
| Octal | 212 | 7 | 11 | 0 | 137 | 135 | 56 | 547 | 132 | 34 |
| Binary | 10001010 | 111 | 1001 | 0 | 1011111 | 1011101 | 101110 | 101100111 | 1011010 | 11100 |
Color Harmonies of #8A0709
Complementary color
Monochromatic Colors of #8A0709
Black with #8A0709
Text Example
Text Example
White with #8A0709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0709; }
p { color: rgb(138,7,9); }
H1.HeaderClassName
{
color: #8A0709;
}
.AnyTagClassName
{
color: #8A0709;
}
</style>
background-color css
<style>
a { background-color: #8A0709; }
a { background-color: rgb(138,7,9); }
div.DivClassName
{
background-color: #8A0709;
}
.BgClassName
{
background-color: #8A0709;
}
</style>
border-color css
<style>
span { border-color: #8A0709; }
span { border-color: rgb(138,7,9); }
td.TdClassName
{
border-color: #8A0709;
}
.TagClassName
{
border-color: #8A0709;
}
</style>