Shades of Sangria #7C0105
Tints of Sangria #7C0105
RGB
CMYK
RGB Variations
Color information
#7C0105 (or 0x7C0105) is known color: Sangria. HEX triplet: 7C, 01 and 05. RGB value is (124,1,5). Sum of RGB (Red+Green+Blue) = 124+1+5=130 (17% of max value = 765). Red value is 124 (48.83% from 255 or 95.38% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0105 is #83FEFA. Grayscale: #262626. Windows color (decimal): -8650491 or 328060. OLE color: 328060.
HSL color Cylindrical-coordinate representation of color #7C0105: hue angle of 358.05º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C0105 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.51 |
| HSL | 358.05º | 0.98% | 0.25% | - |
| HSV(B) | 358.05º | 0.99% | 0.49% | - |
| XYZ | 8.35 | 4.32 | 0.54 | - |
| YUV | 38.23 | 109.25 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 5 | 0 | 0.99 | 0.96 | 0.51 | 358.05 | 0.98 | 0.25 |
| Hex | 7C | 1 | 5 | 0 | 63 | 60 | 33 | 166 | 62 | 19 |
| Octal | 174 | 1 | 5 | 0 | 143 | 140 | 63 | 546 | 142 | 31 |
| Binary | 1111100 | 1 | 101 | 0 | 1100011 | 1100000 | 110011 | 101100110 | 1100010 | 11001 |
Color Harmonies of #7C0105
Complementary color
Monochromatic Colors of #7C0105
Black with #7C0105
Text Example
Text Example
White with #7C0105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0105; }
p { color: rgb(124,1,5); }
H1.HeaderClassName
{
color: #7C0105;
}
.AnyTagClassName
{
color: #7C0105;
}
</style>
background-color css
<style>
a { background-color: #7C0105; }
a { background-color: rgb(124,1,5); }
div.DivClassName
{
background-color: #7C0105;
}
.BgClassName
{
background-color: #7C0105;
}
</style>
border-color css
<style>
span { border-color: #7C0105; }
span { border-color: rgb(124,1,5); }
td.TdClassName
{
border-color: #7C0105;
}
.TagClassName
{
border-color: #7C0105;
}
</style>