Shades of Sangria #7C010D
Tints of Sangria #7C010D
RGB
CMYK
RGB Variations
Color information
#7C010D (or 0x7C010D) is known color: Sangria. HEX triplet: 7C, 01 and 0D. RGB value is (124,1,13). Sum of RGB (Red+Green+Blue) = 124+1+13=138 (18% of max value = 765). Red value is 124 (48.83% from 255 or 89.86% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 124 - color contains mainly: red. Hex color #7C010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C010D is #83FEF2. Grayscale: #272727. Windows color (decimal): -8650483 or 852348. OLE color: 852348.
HSL color Cylindrical-coordinate representation of color #7C010D: hue angle of 354.15º 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 #7C010D is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.51 |
| HSL | 354.15º | 0.98% | 0.25% | - |
| HSV(B) | 354.15º | 0.99% | 0.49% | - |
| XYZ | 8.4 | 4.34 | 0.78 | - |
| YUV | 39.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 13 | 0 | 0.99 | 0.90 | 0.51 | 354.15 | 0.98 | 0.25 |
| Hex | 7C | 1 | D | 0 | 63 | 5A | 33 | 162 | 62 | 19 |
| Octal | 174 | 1 | 15 | 0 | 143 | 132 | 63 | 542 | 142 | 31 |
| Binary | 1111100 | 1 | 1101 | 0 | 1100011 | 1011010 | 110011 | 101100010 | 1100010 | 11001 |
Color Harmonies of #7C010D
Complementary color
Monochromatic Colors of #7C010D
Black with #7C010D
Text Example
Text Example
White with #7C010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C010D; }
p { color: rgb(124,1,13); }
H1.HeaderClassName
{
color: #7C010D;
}
.AnyTagClassName
{
color: #7C010D;
}
</style>
background-color css
<style>
a { background-color: #7C010D; }
a { background-color: rgb(124,1,13); }
div.DivClassName
{
background-color: #7C010D;
}
.BgClassName
{
background-color: #7C010D;
}
</style>
border-color css
<style>
span { border-color: #7C010D; }
span { border-color: rgb(124,1,13); }
td.TdClassName
{
border-color: #7C010D;
}
.TagClassName
{
border-color: #7C010D;
}
</style>