Shades of Sangria #7C0F10
Tints of Sangria #7C0F10
RGB
CMYK
RGB Variations
Color information
#7C0F10 (or 0x7C0F10) is known color: Sangria. HEX triplet: 7C, 0F and 10. RGB value is (124,15,16). Sum of RGB (Red+Green+Blue) = 124+15+16=155 (20% of max value = 765). Red value is 124 (48.83% from 255 or 80% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0F10 is #83F0EF. Grayscale: #2F2F2F. Windows color (decimal): -8646896 or 1052540. OLE color: 1052540.
HSL color Cylindrical-coordinate representation of color #7C0F10: hue angle of 359.45º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C0F10 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 15 | 16 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.51 |
| HSL | 359.45º | 0.78% | 0.27% | - |
| HSV(B) | 359.45º | 0.88% | 0.49% | - |
| XYZ | 8.58 | 4.66 | 0.94 | - |
| YUV | 47.71 | 110.11 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 15 | 16 | 0 | 0.88 | 0.87 | 0.51 | 359.45 | 0.78 | 0.27 |
| Hex | 7C | F | 10 | 0 | 58 | 57 | 33 | 167 | 4E | 1B |
| Octal | 174 | 17 | 20 | 0 | 130 | 127 | 63 | 547 | 116 | 33 |
| Binary | 1111100 | 1111 | 10000 | 0 | 1011000 | 1010111 | 110011 | 101100111 | 1001110 | 11011 |
Color Harmonies of #7C0F10
Complementary color
Monochromatic Colors of #7C0F10
Black with #7C0F10
Text Example
Text Example
White with #7C0F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0F10; }
p { color: rgb(124,15,16); }
H1.HeaderClassName
{
color: #7C0F10;
}
.AnyTagClassName
{
color: #7C0F10;
}
</style>
background-color css
<style>
a { background-color: #7C0F10; }
a { background-color: rgb(124,15,16); }
div.DivClassName
{
background-color: #7C0F10;
}
.BgClassName
{
background-color: #7C0F10;
}
</style>
border-color css
<style>
span { border-color: #7C0F10; }
span { border-color: rgb(124,15,16); }
td.TdClassName
{
border-color: #7C0F10;
}
.TagClassName
{
border-color: #7C0F10;
}
</style>