Shades of Sangria #7B0C10
Tints of Sangria #7B0C10
RGB
CMYK
RGB Variations
Color information
#7B0C10 (or 0x7B0C10) is known color: Sangria. HEX triplet: 7B, 0C and 10. RGB value is (123,12,16). Sum of RGB (Red+Green+Blue) = 123+12+16=151 (20% of max value = 765). Red value is 123 (48.44% from 255 or 81.46% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0C10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0C10 is #84F3EF. Grayscale: #2D2D2D. Windows color (decimal): -8713200 or 1051771. OLE color: 1051771.
HSL color Cylindrical-coordinate representation of color #7B0C10: hue angle of 357.84º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B0C10 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 12 | 16 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.52 |
| HSL | 357.84º | 0.82% | 0.26% | - |
| HSV(B) | 357.84º | 0.9% | 0.48% | - |
| XYZ | 8.39 | 4.51 | 0.92 | - |
| YUV | 45.65 | 111.27 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 12 | 16 | 0 | 0.90 | 0.87 | 0.52 | 357.84 | 0.82 | 0.26 |
| Hex | 7B | C | 10 | 0 | 5A | 57 | 34 | 166 | 52 | 1A |
| Octal | 173 | 14 | 20 | 0 | 132 | 127 | 64 | 546 | 122 | 32 |
| Binary | 1111011 | 1100 | 10000 | 0 | 1011010 | 1010111 | 110100 | 101100110 | 1010010 | 11010 |
Color Harmonies of #7B0C10
Complementary color
Monochromatic Colors of #7B0C10
Black with #7B0C10
Text Example
Text Example
White with #7B0C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0C10; }
p { color: rgb(123,12,16); }
H1.HeaderClassName
{
color: #7B0C10;
}
.AnyTagClassName
{
color: #7B0C10;
}
</style>
background-color css
<style>
a { background-color: #7B0C10; }
a { background-color: rgb(123,12,16); }
div.DivClassName
{
background-color: #7B0C10;
}
.BgClassName
{
background-color: #7B0C10;
}
</style>
border-color css
<style>
span { border-color: #7B0C10; }
span { border-color: rgb(123,12,16); }
td.TdClassName
{
border-color: #7B0C10;
}
.TagClassName
{
border-color: #7B0C10;
}
</style>