Shades of Sangria #8D0209
Tints of Sangria #8D0209
RGB
CMYK
RGB Variations
Color information
#8D0209 (or 0x8D0209) is known color: Sangria. HEX triplet: 8D, 02 and 09. RGB value is (141,2,9). Sum of RGB (Red+Green+Blue) = 141+2+9=152 (20% of max value = 765). Red value is 141 (55.47% from 255 or 92.76% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0209 is #72FDF6. Grayscale: #2C2C2C. Windows color (decimal): -7536119 or 590477. OLE color: 590477.
HSL color Cylindrical-coordinate representation of color #8D0209: hue angle of 356.98º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0209 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 2 | 9 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.45 |
| HSL | 356.98º | 0.97% | 0.28% | - |
| HSV(B) | 356.98º | 0.99% | 0.55% | - |
| XYZ | 11.06 | 5.73 | 0.78 | - |
| YUV | 44.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 9 | 0 | 0.99 | 0.94 | 0.45 | 356.98 | 0.97 | 0.28 |
| Hex | 8D | 2 | 9 | 0 | 63 | 5E | 2D | 165 | 61 | 1C |
| Octal | 215 | 2 | 11 | 0 | 143 | 136 | 55 | 545 | 141 | 34 |
| Binary | 10001101 | 10 | 1001 | 0 | 1100011 | 1011110 | 101101 | 101100101 | 1100001 | 11100 |
Color Harmonies of #8D0209
Complementary color
Monochromatic Colors of #8D0209
Black with #8D0209
Text Example
Text Example
White with #8D0209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0209; }
p { color: rgb(141,2,9); }
H1.HeaderClassName
{
color: #8D0209;
}
.AnyTagClassName
{
color: #8D0209;
}
</style>
background-color css
<style>
a { background-color: #8D0209; }
a { background-color: rgb(141,2,9); }
div.DivClassName
{
background-color: #8D0209;
}
.BgClassName
{
background-color: #8D0209;
}
</style>
border-color css
<style>
span { border-color: #8D0209; }
span { border-color: rgb(141,2,9); }
td.TdClassName
{
border-color: #8D0209;
}
.TagClassName
{
border-color: #8D0209;
}
</style>