Shades of Claret #7C1131
Tints of Claret #7C1131
RGB
CMYK
RGB Variations
Color information
#7C1131 (or 0x7C1131) is known color: Claret. HEX triplet: 7C, 11 and 31. RGB value is (124,17,49). Sum of RGB (Red+Green+Blue) = 124+17+49=190 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.26% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1131 is #83EECE. Grayscale: #343434. Windows color (decimal): -8646351 or 3215740. OLE color: 3215740.
HSL color Cylindrical-coordinate representation of color #7C1131: hue angle of 342.06º 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 #7C1131 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 17 | 49 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.51 |
| HSL | 342.06º | 0.76% | 0.28% | - |
| HSV(B) | 342.06º | 0.86% | 0.49% | - |
| XYZ | 9.07 | 4.91 | 3.38 | - |
| YUV | 52.64 | 125.95 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 49 | 0 | 0.86 | 0.60 | 0.51 | 342.06 | 0.76 | 0.28 |
| Hex | 7C | 11 | 31 | 0 | 56 | 3C | 33 | 156 | 4C | 1C |
| Octal | 174 | 21 | 61 | 0 | 126 | 74 | 63 | 526 | 114 | 34 |
| Binary | 1111100 | 10001 | 110001 | 0 | 1010110 | 111100 | 110011 | 101010110 | 1001100 | 11100 |
Color Harmonies of #7C1131
Complementary color
Monochromatic Colors of #7C1131
Black with #7C1131
Text Example
Text Example
White with #7C1131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1131; }
p { color: rgb(124,17,49); }
H1.HeaderClassName
{
color: #7C1131;
}
.AnyTagClassName
{
color: #7C1131;
}
</style>
background-color css
<style>
a { background-color: #7C1131; }
a { background-color: rgb(124,17,49); }
div.DivClassName
{
background-color: #7C1131;
}
.BgClassName
{
background-color: #7C1131;
}
</style>
border-color css
<style>
span { border-color: #7C1131; }
span { border-color: rgb(124,17,49); }
td.TdClassName
{
border-color: #7C1131;
}
.TagClassName
{
border-color: #7C1131;
}
</style>