Shades of Claret #7C122F
Tints of Claret #7C122F
RGB
CMYK
RGB Variations
Color information
#7C122F (or 0x7C122F) is known color: Claret. HEX triplet: 7C, 12 and 2F. RGB value is (124,18,47). Sum of RGB (Red+Green+Blue) = 124+18+47=189 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.61% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 124 - color contains mainly: red. Hex color #7C122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C122F is #83EDD0. Grayscale: #343434. Windows color (decimal): -8646097 or 3084924. OLE color: 3084924.
HSL color Cylindrical-coordinate representation of color #7C122F: hue angle of 343.58º 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 #7C122F is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 18 | 47 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.51 |
| HSL | 343.58º | 0.75% | 0.28% | - |
| HSV(B) | 343.58º | 0.85% | 0.49% | - |
| XYZ | 9.04 | 4.92 | 3.16 | - |
| YUV | 53 | 124.62 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 47 | 0 | 0.85 | 0.62 | 0.51 | 343.58 | 0.75 | 0.28 |
| Hex | 7C | 12 | 2F | 0 | 55 | 3E | 33 | 158 | 4B | 1C |
| Octal | 174 | 22 | 57 | 0 | 125 | 76 | 63 | 530 | 113 | 34 |
| Binary | 1111100 | 10010 | 101111 | 0 | 1010101 | 111110 | 110011 | 101011000 | 1001011 | 11100 |
Color Harmonies of #7C122F
Complementary color
Monochromatic Colors of #7C122F
Black with #7C122F
Text Example
Text Example
White with #7C122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C122F; }
p { color: rgb(124,18,47); }
H1.HeaderClassName
{
color: #7C122F;
}
.AnyTagClassName
{
color: #7C122F;
}
</style>
background-color css
<style>
a { background-color: #7C122F; }
a { background-color: rgb(124,18,47); }
div.DivClassName
{
background-color: #7C122F;
}
.BgClassName
{
background-color: #7C122F;
}
</style>
border-color css
<style>
span { border-color: #7C122F; }
span { border-color: rgb(124,18,47); }
td.TdClassName
{
border-color: #7C122F;
}
.TagClassName
{
border-color: #7C122F;
}
</style>