Shades of Sangria #78080B
Tints of Sangria #78080B
RGB
CMYK
RGB Variations
Color information
#78080B (or 0x78080B) is known color: Sangria. HEX triplet: 78, 08 and 0B. RGB value is (120,8,11). Sum of RGB (Red+Green+Blue) = 120+8+11=139 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.33% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 120 - color contains mainly: red. Hex color #78080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78080B is #87F7F4. Grayscale: #292929. Windows color (decimal): -8910837 or 723064. OLE color: 723064.
HSL color Cylindrical-coordinate representation of color #78080B: hue angle of 358.39º 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 #78080B is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 8 | 11 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.53 |
| HSL | 358.39º | 0.88% | 0.25% | - |
| HSV(B) | 358.39º | 0.93% | 0.47% | - |
| XYZ | 7.89 | 4.19 | 0.71 | - |
| YUV | 41.83 | 110.61 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 11 | 0 | 0.93 | 0.91 | 0.53 | 358.39 | 0.88 | 0.25 |
| Hex | 78 | 8 | B | 0 | 5D | 5B | 35 | 166 | 58 | 19 |
| Octal | 170 | 10 | 13 | 0 | 135 | 133 | 65 | 546 | 130 | 31 |
| Binary | 1111000 | 1000 | 1011 | 0 | 1011101 | 1011011 | 110101 | 101100110 | 1011000 | 11001 |
Color Harmonies of #78080B
Complementary color
Monochromatic Colors of #78080B
Black with #78080B
Text Example
Text Example
White with #78080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78080B; }
p { color: rgb(120,8,11); }
H1.HeaderClassName
{
color: #78080B;
}
.AnyTagClassName
{
color: #78080B;
}
</style>
background-color css
<style>
a { background-color: #78080B; }
a { background-color: rgb(120,8,11); }
div.DivClassName
{
background-color: #78080B;
}
.BgClassName
{
background-color: #78080B;
}
</style>
border-color css
<style>
span { border-color: #78080B; }
span { border-color: rgb(120,8,11); }
td.TdClassName
{
border-color: #78080B;
}
.TagClassName
{
border-color: #78080B;
}
</style>