Shades of Sangria #8C0709
Tints of Sangria #8C0709
RGB
CMYK
RGB Variations
Color information
#8C0709 (or 0x8C0709) is known color: Sangria. HEX triplet: 8C, 07 and 09. RGB value is (140,7,9). Sum of RGB (Red+Green+Blue) = 140+7+9=156 (20% of max value = 765). Red value is 140 (55.08% from 255 or 89.74% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0709 is #73F8F6. Grayscale: #2F2F2F. Windows color (decimal): -7600375 or 591756. OLE color: 591756.
HSL color Cylindrical-coordinate representation of color #8C0709: hue angle of 359.1º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0709 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 9 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.45 |
| HSL | 359.1º | 0.9% | 0.29% | - |
| HSV(B) | 359.1º | 0.95% | 0.55% | - |
| XYZ | 10.94 | 5.75 | 0.79 | - |
| YUV | 47 | 106.56 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 9 | 0 | 0.95 | 0.94 | 0.45 | 359.1 | 0.9 | 0.29 |
| Hex | 8C | 7 | 9 | 0 | 5F | 5E | 2D | 167 | 5A | 1D |
| Octal | 214 | 7 | 11 | 0 | 137 | 136 | 55 | 547 | 132 | 35 |
| Binary | 10001100 | 111 | 1001 | 0 | 1011111 | 1011110 | 101101 | 101100111 | 1011010 | 11101 |
Color Harmonies of #8C0709
Complementary color
Monochromatic Colors of #8C0709
Black with #8C0709
Text Example
Text Example
White with #8C0709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0709; }
p { color: rgb(140,7,9); }
H1.HeaderClassName
{
color: #8C0709;
}
.AnyTagClassName
{
color: #8C0709;
}
</style>
background-color css
<style>
a { background-color: #8C0709; }
a { background-color: rgb(140,7,9); }
div.DivClassName
{
background-color: #8C0709;
}
.BgClassName
{
background-color: #8C0709;
}
</style>
border-color css
<style>
span { border-color: #8C0709; }
span { border-color: rgb(140,7,9); }
td.TdClassName
{
border-color: #8C0709;
}
.TagClassName
{
border-color: #8C0709;
}
</style>