Shades of Claret #7C112F
Tints of Claret #7C112F
RGB
CMYK
RGB Variations
Color information
#7C112F (or 0x7C112F) is known color: Claret. HEX triplet: 7C, 11 and 2F. RGB value is (124,17,47). Sum of RGB (Red+Green+Blue) = 124+17+47=188 (24% of max value = 765). Red value is 124 (48.83% from 255 or 65.96% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 124 - color contains mainly: red. Hex color #7C112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C112F is #83EED0. Grayscale: #343434. Windows color (decimal): -8646353 or 3084668. OLE color: 3084668.
HSL color Cylindrical-coordinate representation of color #7C112F: hue angle of 343.18º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C112F is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 17 | 47 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.51 |
| HSL | 343.18º | 0.76% | 0.28% | - |
| HSV(B) | 343.18º | 0.86% | 0.49% | - |
| XYZ | 9.03 | 4.89 | 3.16 | - |
| YUV | 52.41 | 124.95 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 47 | 0 | 0.86 | 0.62 | 0.51 | 343.18 | 0.76 | 0.28 |
| Hex | 7C | 11 | 2F | 0 | 56 | 3E | 33 | 157 | 4C | 1C |
| Octal | 174 | 21 | 57 | 0 | 126 | 76 | 63 | 527 | 114 | 34 |
| Binary | 1111100 | 10001 | 101111 | 0 | 1010110 | 111110 | 110011 | 101010111 | 1001100 | 11100 |
Color Harmonies of #7C112F
Complementary color
Monochromatic Colors of #7C112F
Black with #7C112F
Text Example
Text Example
White with #7C112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C112F; }
p { color: rgb(124,17,47); }
H1.HeaderClassName
{
color: #7C112F;
}
.AnyTagClassName
{
color: #7C112F;
}
</style>
background-color css
<style>
a { background-color: #7C112F; }
a { background-color: rgb(124,17,47); }
div.DivClassName
{
background-color: #7C112F;
}
.BgClassName
{
background-color: #7C112F;
}
</style>
border-color css
<style>
span { border-color: #7C112F; }
span { border-color: rgb(124,17,47); }
td.TdClassName
{
border-color: #7C112F;
}
.TagClassName
{
border-color: #7C112F;
}
</style>