Shades of Sangria #79010B
Tints of Sangria #79010B
RGB
CMYK
RGB Variations
Color information
#79010B (or 0x79010B) is known color: Sangria. HEX triplet: 79, 01 and 0B. RGB value is (121,1,11). Sum of RGB (Red+Green+Blue) = 121+1+11=133 (17% of max value = 765). Red value is 121 (47.66% from 255 or 90.98% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 121 - color contains mainly: red. Hex color #79010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79010B is #86FEF4. Grayscale: #262626. Windows color (decimal): -8847093 or 721273. OLE color: 721273.
HSL color Cylindrical-coordinate representation of color #79010B: hue angle of 355º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #79010B is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.53 |
| HSL | 355º | 0.98% | 0.24% | - |
| HSV(B) | 355º | 0.99% | 0.47% | - |
| XYZ | 7.96 | 4.11 | 0.69 | - |
| YUV | 38.02 | 112.76 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 11 | 0 | 0.99 | 0.91 | 0.53 | 355 | 0.98 | 0.24 |
| Hex | 79 | 1 | B | 0 | 63 | 5B | 35 | 163 | 62 | 18 |
| Octal | 171 | 1 | 13 | 0 | 143 | 133 | 65 | 543 | 142 | 30 |
| Binary | 1111001 | 1 | 1011 | 0 | 1100011 | 1011011 | 110101 | 101100011 | 1100010 | 11000 |
Color Harmonies of #79010B
Complementary color
Monochromatic Colors of #79010B
Black with #79010B
Text Example
Text Example
White with #79010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79010B; }
p { color: rgb(121,1,11); }
H1.HeaderClassName
{
color: #79010B;
}
.AnyTagClassName
{
color: #79010B;
}
</style>
background-color css
<style>
a { background-color: #79010B; }
a { background-color: rgb(121,1,11); }
div.DivClassName
{
background-color: #79010B;
}
.BgClassName
{
background-color: #79010B;
}
</style>
border-color css
<style>
span { border-color: #79010B; }
span { border-color: rgb(121,1,11); }
td.TdClassName
{
border-color: #79010B;
}
.TagClassName
{
border-color: #79010B;
}
</style>