Shades of Sangria #78080D
Tints of Sangria #78080D
RGB
CMYK
RGB Variations
Color information
#78080D (or 0x78080D) is known color: Sangria. HEX triplet: 78, 08 and 0D. RGB value is (120,8,13). Sum of RGB (Red+Green+Blue) = 120+8+13=141 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.11% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 120 - color contains mainly: red. Hex color #78080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78080D is #87F7F2. Grayscale: #2A2A2A. Windows color (decimal): -8910835 or 854136. OLE color: 854136.
HSL color Cylindrical-coordinate representation of color #78080D: hue angle of 357.32º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78080D is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 8 | 13 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.53 |
| HSL | 357.32º | 0.88% | 0.25% | - |
| HSV(B) | 357.32º | 0.93% | 0.47% | - |
| XYZ | 7.91 | 4.2 | 0.77 | - |
| YUV | 42.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 13 | 0 | 0.93 | 0.89 | 0.53 | 357.32 | 0.88 | 0.25 |
| Hex | 78 | 8 | D | 0 | 5D | 59 | 35 | 165 | 58 | 19 |
| Octal | 170 | 10 | 15 | 0 | 135 | 131 | 65 | 545 | 130 | 31 |
| Binary | 1111000 | 1000 | 1101 | 0 | 1011101 | 1011001 | 110101 | 101100101 | 1011000 | 11001 |
Color Harmonies of #78080D
Complementary color
Monochromatic Colors of #78080D
Black with #78080D
Text Example
Text Example
White with #78080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78080D; }
p { color: rgb(120,8,13); }
H1.HeaderClassName
{
color: #78080D;
}
.AnyTagClassName
{
color: #78080D;
}
</style>
background-color css
<style>
a { background-color: #78080D; }
a { background-color: rgb(120,8,13); }
div.DivClassName
{
background-color: #78080D;
}
.BgClassName
{
background-color: #78080D;
}
</style>
border-color css
<style>
span { border-color: #78080D; }
span { border-color: rgb(120,8,13); }
td.TdClassName
{
border-color: #78080D;
}
.TagClassName
{
border-color: #78080D;
}
</style>