Shades of Sangria #79000B
Tints of Sangria #79000B
RGB
CMYK
RGB Variations
Color information
#79000B (or 0x79000B) is known color: Sangria. HEX triplet: 79, 00 and 0B. RGB value is (121,0,11). Sum of RGB (Red+Green+Blue) = 121+0+11=132 (17% of max value = 765). Red value is 121 (47.66% from 255 or 91.67% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 121 - color contains mainly: red. Hex color #79000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79000B is #86FFF4. Grayscale: #252525. Windows color (decimal): -8847349 or 721017. OLE color: 721017.
HSL color Cylindrical-coordinate representation of color #79000B: hue angle of 354.55º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #79000B is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.91 | 0.53 |
| HSL | 354.55º | 1% | 0.24% | - |
| HSV(B) | 354.55º | 1% | 0.47% | - |
| XYZ | 7.95 | 4.09 | 0.69 | - |
| YUV | 37.43 | 113.09 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 11 | 0 | 1 | 0.91 | 0.53 | 354.55 | 1 | 0.24 |
| Hex | 79 | 0 | B | 0 | 64 | 5B | 35 | 163 | 64 | 18 |
| Octal | 171 | 0 | 13 | 0 | 144 | 133 | 65 | 543 | 144 | 30 |
| Binary | 1111001 | 0 | 1011 | 0 | 1100100 | 1011011 | 110101 | 101100011 | 1100100 | 11000 |
Color Harmonies of #79000B
Complementary color
Monochromatic Colors of #79000B
Black with #79000B
Text Example
Text Example
White with #79000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79000B; }
p { color: rgb(121,0,11); }
H1.HeaderClassName
{
color: #79000B;
}
.AnyTagClassName
{
color: #79000B;
}
</style>
background-color css
<style>
a { background-color: #79000B; }
a { background-color: rgb(121,0,11); }
div.DivClassName
{
background-color: #79000B;
}
.BgClassName
{
background-color: #79000B;
}
</style>
border-color css
<style>
span { border-color: #79000B; }
span { border-color: rgb(121,0,11); }
td.TdClassName
{
border-color: #79000B;
}
.TagClassName
{
border-color: #79000B;
}
</style>