Shades of Sangria #7B0F10
Tints of Sangria #7B0F10
RGB
CMYK
RGB Variations
Color information
#7B0F10 (or 0x7B0F10) is known color: Sangria. HEX triplet: 7B, 0F and 10. RGB value is (123,15,16). Sum of RGB (Red+Green+Blue) = 123+15+16=154 (20% of max value = 765). Red value is 123 (48.44% from 255 or 79.87% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0F10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0F10 is #84F0EF. Grayscale: #2F2F2F. Windows color (decimal): -8712432 or 1052539. OLE color: 1052539.
HSL color Cylindrical-coordinate representation of color #7B0F10: hue angle of 359.44º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B0F10 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 15 | 16 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.52 |
| HSL | 359.44º | 0.78% | 0.27% | - |
| HSV(B) | 359.44º | 0.88% | 0.48% | - |
| XYZ | 8.43 | 4.59 | 0.93 | - |
| YUV | 47.41 | 110.28 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 15 | 16 | 0 | 0.88 | 0.87 | 0.52 | 359.44 | 0.78 | 0.27 |
| Hex | 7B | F | 10 | 0 | 58 | 57 | 34 | 167 | 4E | 1B |
| Octal | 173 | 17 | 20 | 0 | 130 | 127 | 64 | 547 | 116 | 33 |
| Binary | 1111011 | 1111 | 10000 | 0 | 1011000 | 1010111 | 110100 | 101100111 | 1001110 | 11011 |
Color Harmonies of #7B0F10
Complementary color
Monochromatic Colors of #7B0F10
Black with #7B0F10
Text Example
Text Example
White with #7B0F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0F10; }
p { color: rgb(123,15,16); }
H1.HeaderClassName
{
color: #7B0F10;
}
.AnyTagClassName
{
color: #7B0F10;
}
</style>
background-color css
<style>
a { background-color: #7B0F10; }
a { background-color: rgb(123,15,16); }
div.DivClassName
{
background-color: #7B0F10;
}
.BgClassName
{
background-color: #7B0F10;
}
</style>
border-color css
<style>
span { border-color: #7B0F10; }
span { border-color: rgb(123,15,16); }
td.TdClassName
{
border-color: #7B0F10;
}
.TagClassName
{
border-color: #7B0F10;
}
</style>