Shades of Sangria #790F10
Tints of Sangria #790F10
RGB
CMYK
RGB Variations
Color information
#790F10 (or 0x790F10) is known color: Sangria. HEX triplet: 79, 0F and 10. RGB value is (121,15,16). Sum of RGB (Red+Green+Blue) = 121+15+16=152 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.61% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 121 - color contains mainly: red. Hex color #790F10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790F10 is #86F0EF. Grayscale: #2E2E2E. Windows color (decimal): -8843504 or 1052537. OLE color: 1052537.
HSL color Cylindrical-coordinate representation of color #790F10: hue angle of 359.43º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790F10 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 15 | 16 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.53 |
| HSL | 359.43º | 0.78% | 0.27% | - |
| HSV(B) | 359.43º | 0.88% | 0.47% | - |
| XYZ | 8.15 | 4.44 | 0.92 | - |
| YUV | 46.81 | 110.62 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 16 | 0 | 0.88 | 0.87 | 0.53 | 359.43 | 0.78 | 0.27 |
| Hex | 79 | F | 10 | 0 | 58 | 57 | 35 | 167 | 4E | 1B |
| Octal | 171 | 17 | 20 | 0 | 130 | 127 | 65 | 547 | 116 | 33 |
| Binary | 1111001 | 1111 | 10000 | 0 | 1011000 | 1010111 | 110101 | 101100111 | 1001110 | 11011 |
Color Harmonies of #790F10
Complementary color
Monochromatic Colors of #790F10
Black with #790F10
Text Example
Text Example
White with #790F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790F10; }
p { color: rgb(121,15,16); }
H1.HeaderClassName
{
color: #790F10;
}
.AnyTagClassName
{
color: #790F10;
}
</style>
background-color css
<style>
a { background-color: #790F10; }
a { background-color: rgb(121,15,16); }
div.DivClassName
{
background-color: #790F10;
}
.BgClassName
{
background-color: #790F10;
}
</style>
border-color css
<style>
span { border-color: #790F10; }
span { border-color: rgb(121,15,16); }
td.TdClassName
{
border-color: #790F10;
}
.TagClassName
{
border-color: #790F10;
}
</style>