Shades of Claret #7C1331
Tints of Claret #7C1331
RGB
CMYK
RGB Variations
Color information
#7C1331 (or 0x7C1331) is known color: Claret. HEX triplet: 7C, 13 and 31. RGB value is (124,19,49). Sum of RGB (Red+Green+Blue) = 124+19+49=192 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.58% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1331 is #83ECCE. Grayscale: #353535. Windows color (decimal): -8645839 or 3216252. OLE color: 3216252.
HSL color Cylindrical-coordinate representation of color #7C1331: hue angle of 342.86º degrees, saturation: 0.73, 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 #7C1331 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 19 | 49 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.51 |
| HSL | 342.86º | 0.73% | 0.28% | - |
| HSV(B) | 342.86º | 0.85% | 0.49% | - |
| XYZ | 9.1 | 4.97 | 3.39 | - |
| YUV | 53.82 | 125.29 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 49 | 0 | 0.85 | 0.60 | 0.51 | 342.86 | 0.73 | 0.28 |
| Hex | 7C | 13 | 31 | 0 | 55 | 3C | 33 | 157 | 49 | 1C |
| Octal | 174 | 23 | 61 | 0 | 125 | 74 | 63 | 527 | 111 | 34 |
| Binary | 1111100 | 10011 | 110001 | 0 | 1010101 | 111100 | 110011 | 101010111 | 1001001 | 11100 |
Color Harmonies of #7C1331
Complementary color
Monochromatic Colors of #7C1331
Black with #7C1331
Text Example
Text Example
White with #7C1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1331; }
p { color: rgb(124,19,49); }
H1.HeaderClassName
{
color: #7C1331;
}
.AnyTagClassName
{
color: #7C1331;
}
</style>
background-color css
<style>
a { background-color: #7C1331; }
a { background-color: rgb(124,19,49); }
div.DivClassName
{
background-color: #7C1331;
}
.BgClassName
{
background-color: #7C1331;
}
</style>
border-color css
<style>
span { border-color: #7C1331; }
span { border-color: rgb(124,19,49); }
td.TdClassName
{
border-color: #7C1331;
}
.TagClassName
{
border-color: #7C1331;
}
</style>