Shades of Sangria #8D0613
Tints of Sangria #8D0613
RGB
CMYK
RGB Variations
Color information
#8D0613 (or 0x8D0613) is known color: Sangria. HEX triplet: 8D, 06 and 13. RGB value is (141,6,19). Sum of RGB (Red+Green+Blue) = 141+6+19=166 (21% of max value = 765). Red value is 141 (55.47% from 255 or 84.94% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0613 is #72F9EC. Grayscale: #2F2F2F. Windows color (decimal): -7535085 or 1246861. OLE color: 1246861.
HSL color Cylindrical-coordinate representation of color #8D0613: hue angle of 354.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0613 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 6 | 19 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.45 |
| HSL | 354.22º | 0.92% | 0.29% | - |
| HSV(B) | 354.22º | 0.96% | 0.55% | - |
| XYZ | 11.17 | 5.84 | 1.15 | - |
| YUV | 47.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 19 | 0 | 0.96 | 0.87 | 0.45 | 354.22 | 0.92 | 0.29 |
| Hex | 8D | 6 | 13 | 0 | 60 | 57 | 2D | 162 | 5C | 1D |
| Octal | 215 | 6 | 23 | 0 | 140 | 127 | 55 | 542 | 134 | 35 |
| Binary | 10001101 | 110 | 10011 | 0 | 1100000 | 1010111 | 101101 | 101100010 | 1011100 | 11101 |
Color Harmonies of #8D0613
Complementary color
Monochromatic Colors of #8D0613
Black with #8D0613
Text Example
Text Example
White with #8D0613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0613; }
p { color: rgb(141,6,19); }
H1.HeaderClassName
{
color: #8D0613;
}
.AnyTagClassName
{
color: #8D0613;
}
</style>
background-color css
<style>
a { background-color: #8D0613; }
a { background-color: rgb(141,6,19); }
div.DivClassName
{
background-color: #8D0613;
}
.BgClassName
{
background-color: #8D0613;
}
</style>
border-color css
<style>
span { border-color: #8D0613; }
span { border-color: rgb(141,6,19); }
td.TdClassName
{
border-color: #8D0613;
}
.TagClassName
{
border-color: #8D0613;
}
</style>