Shades of Sangria #8D0C14
Tints of Sangria #8D0C14
RGB
CMYK
RGB Variations
Color information
#8D0C14 (or 0x8D0C14) is known color: Sangria. HEX triplet: 8D, 0C and 14. RGB value is (141,12,20). Sum of RGB (Red+Green+Blue) = 141+12+20=173 (22% of max value = 765). Red value is 141 (55.47% from 255 or 81.50% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0C14 is #72F3EB. Grayscale: #333333. Windows color (decimal): -7533548 or 1313933. OLE color: 1313933.
HSL color Cylindrical-coordinate representation of color #8D0C14: hue angle of 356.28º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D0C14 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 12 | 20 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.45 |
| HSL | 356.28º | 0.84% | 0.3% | - |
| HSV(B) | 356.28º | 0.91% | 0.55% | - |
| XYZ | 11.24 | 5.98 | 1.22 | - |
| YUV | 51.48 | 110.24 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 12 | 20 | 0 | 0.91 | 0.86 | 0.45 | 356.28 | 0.84 | 0.3 |
| Hex | 8D | C | 14 | 0 | 5B | 56 | 2D | 164 | 54 | 1E |
| Octal | 215 | 14 | 24 | 0 | 133 | 126 | 55 | 544 | 124 | 36 |
| Binary | 10001101 | 1100 | 10100 | 0 | 1011011 | 1010110 | 101101 | 101100100 | 1010100 | 11110 |
Color Harmonies of #8D0C14
Complementary color
Monochromatic Colors of #8D0C14
Black with #8D0C14
Text Example
Text Example
White with #8D0C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0C14; }
p { color: rgb(141,12,20); }
H1.HeaderClassName
{
color: #8D0C14;
}
.AnyTagClassName
{
color: #8D0C14;
}
</style>
background-color css
<style>
a { background-color: #8D0C14; }
a { background-color: rgb(141,12,20); }
div.DivClassName
{
background-color: #8D0C14;
}
.BgClassName
{
background-color: #8D0C14;
}
</style>
border-color css
<style>
span { border-color: #8D0C14; }
span { border-color: rgb(141,12,20); }
td.TdClassName
{
border-color: #8D0C14;
}
.TagClassName
{
border-color: #8D0C14;
}
</style>