Shades of Claret #7C1E39
Tints of Claret #7C1E39
RGB
CMYK
RGB Variations
Color information
#7C1E39 (or 0x7C1E39) is known color: Claret. HEX triplet: 7C, 1E and 39. RGB value is (124,30,57). Sum of RGB (Red+Green+Blue) = 124+30+57=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1E39 is #83E1C6. Grayscale: #3D3D3D. Windows color (decimal): -8643015 or 3743356. OLE color: 3743356.
HSL color Cylindrical-coordinate representation of color #7C1E39: hue angle of 342.77º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C1E39 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 30 | 57 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.51 |
| HSL | 342.77º | 0.61% | 0.3% | - |
| HSV(B) | 342.77º | 0.76% | 0.49% | - |
| XYZ | 9.51 | 5.51 | 4.43 | - |
| YUV | 61.18 | 125.64 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 30 | 57 | 0 | 0.76 | 0.54 | 0.51 | 342.77 | 0.61 | 0.3 |
| Hex | 7C | 1E | 39 | 0 | 4C | 36 | 33 | 157 | 3D | 1E |
| Octal | 174 | 36 | 71 | 0 | 114 | 66 | 63 | 527 | 75 | 36 |
| Binary | 1111100 | 11110 | 111001 | 0 | 1001100 | 110110 | 110011 | 101010111 | 111101 | 11110 |
Color Harmonies of #7C1E39
Complementary color
Monochromatic Colors of #7C1E39
Black with #7C1E39
Text Example
Text Example
White with #7C1E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1E39; }
p { color: rgb(124,30,57); }
H1.HeaderClassName
{
color: #7C1E39;
}
.AnyTagClassName
{
color: #7C1E39;
}
</style>
background-color css
<style>
a { background-color: #7C1E39; }
a { background-color: rgb(124,30,57); }
div.DivClassName
{
background-color: #7C1E39;
}
.BgClassName
{
background-color: #7C1E39;
}
</style>
border-color css
<style>
span { border-color: #7C1E39; }
span { border-color: rgb(124,30,57); }
td.TdClassName
{
border-color: #7C1E39;
}
.TagClassName
{
border-color: #7C1E39;
}
</style>