Shades of Claret #7C122E
Tints of Claret #7C122E
RGB
CMYK
RGB Variations
Color information
#7C122E (or 0x7C122E) is known color: Claret. HEX triplet: 7C, 12 and 2E. RGB value is (124,18,46). Sum of RGB (Red+Green+Blue) = 124+18+46=188 (24% of max value = 765). Red value is 124 (48.83% from 255 or 65.96% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 124 - color contains mainly: red. Hex color #7C122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C122E is #83EDD1. Grayscale: #343434. Windows color (decimal): -8646098 or 3019388. OLE color: 3019388.
HSL color Cylindrical-coordinate representation of color #7C122E: hue angle of 344.15º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C122E is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 18 | 46 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.51 |
| HSL | 344.15º | 0.75% | 0.28% | - |
| HSV(B) | 344.15º | 0.85% | 0.49% | - |
| XYZ | 9.02 | 4.91 | 3.06 | - |
| YUV | 52.89 | 124.12 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 46 | 0 | 0.85 | 0.63 | 0.51 | 344.15 | 0.75 | 0.28 |
| Hex | 7C | 12 | 2E | 0 | 55 | 3F | 33 | 158 | 4B | 1C |
| Octal | 174 | 22 | 56 | 0 | 125 | 77 | 63 | 530 | 113 | 34 |
| Binary | 1111100 | 10010 | 101110 | 0 | 1010101 | 111111 | 110011 | 101011000 | 1001011 | 11100 |
Color Harmonies of #7C122E
Complementary color
Monochromatic Colors of #7C122E
Black with #7C122E
Text Example
Text Example
White with #7C122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C122E; }
p { color: rgb(124,18,46); }
H1.HeaderClassName
{
color: #7C122E;
}
.AnyTagClassName
{
color: #7C122E;
}
</style>
background-color css
<style>
a { background-color: #7C122E; }
a { background-color: rgb(124,18,46); }
div.DivClassName
{
background-color: #7C122E;
}
.BgClassName
{
background-color: #7C122E;
}
</style>
border-color css
<style>
span { border-color: #7C122E; }
span { border-color: rgb(124,18,46); }
td.TdClassName
{
border-color: #7C122E;
}
.TagClassName
{
border-color: #7C122E;
}
</style>