Shades of Sangria #78020B
Tints of Sangria #78020B
RGB
CMYK
RGB Variations
Color information
#78020B (or 0x78020B) is known color: Sangria. HEX triplet: 78, 02 and 0B. RGB value is (120,2,11). Sum of RGB (Red+Green+Blue) = 120+2+11=133 (17% of max value = 765). Red value is 120 (47.27% from 255 or 90.23% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 120 - color contains mainly: red. Hex color #78020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78020B is #87FDF4. Grayscale: #262626. Windows color (decimal): -8912373 or 721528. OLE color: 721528.
HSL color Cylindrical-coordinate representation of color #78020B: hue angle of 355.42º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78020B is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.53 |
| HSL | 355.42º | 0.97% | 0.24% | - |
| HSV(B) | 355.42º | 0.98% | 0.47% | - |
| XYZ | 7.83 | 4.06 | 0.69 | - |
| YUV | 38.31 | 112.59 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 11 | 0 | 0.98 | 0.91 | 0.53 | 355.42 | 0.97 | 0.24 |
| Hex | 78 | 2 | B | 0 | 62 | 5B | 35 | 163 | 61 | 18 |
| Octal | 170 | 2 | 13 | 0 | 142 | 133 | 65 | 543 | 141 | 30 |
| Binary | 1111000 | 10 | 1011 | 0 | 1100010 | 1011011 | 110101 | 101100011 | 1100001 | 11000 |
Color Harmonies of #78020B
Complementary color
Monochromatic Colors of #78020B
Black with #78020B
Text Example
Text Example
White with #78020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78020B; }
p { color: rgb(120,2,11); }
H1.HeaderClassName
{
color: #78020B;
}
.AnyTagClassName
{
color: #78020B;
}
</style>
background-color css
<style>
a { background-color: #78020B; }
a { background-color: rgb(120,2,11); }
div.DivClassName
{
background-color: #78020B;
}
.BgClassName
{
background-color: #78020B;
}
</style>
border-color css
<style>
span { border-color: #78020B; }
span { border-color: rgb(120,2,11); }
td.TdClassName
{
border-color: #78020B;
}
.TagClassName
{
border-color: #78020B;
}
</style>