Shades of Claret #7C1631
Tints of Claret #7C1631
RGB
CMYK
RGB Variations
Color information
#7C1631 (or 0x7C1631) is known color: Claret. HEX triplet: 7C, 16 and 31. RGB value is (124,22,49). Sum of RGB (Red+Green+Blue) = 124+22+49=195 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.59% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1631 is #83E9CE. Grayscale: #373737. Windows color (decimal): -8645071 or 3217020. OLE color: 3217020.
HSL color Cylindrical-coordinate representation of color #7C1631: hue angle of 344.12º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C1631 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 22 | 49 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.51 |
| HSL | 344.12º | 0.7% | 0.29% | - |
| HSV(B) | 344.12º | 0.82% | 0.49% | - |
| XYZ | 9.15 | 5.08 | 3.4 | - |
| YUV | 55.58 | 124.29 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 49 | 0 | 0.82 | 0.60 | 0.51 | 344.12 | 0.7 | 0.29 |
| Hex | 7C | 16 | 31 | 0 | 52 | 3C | 33 | 158 | 46 | 1D |
| Octal | 174 | 26 | 61 | 0 | 122 | 74 | 63 | 530 | 106 | 35 |
| Binary | 1111100 | 10110 | 110001 | 0 | 1010010 | 111100 | 110011 | 101011000 | 1000110 | 11101 |
Color Harmonies of #7C1631
Complementary color
Monochromatic Colors of #7C1631
Black with #7C1631
Text Example
Text Example
White with #7C1631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1631; }
p { color: rgb(124,22,49); }
H1.HeaderClassName
{
color: #7C1631;
}
.AnyTagClassName
{
color: #7C1631;
}
</style>
background-color css
<style>
a { background-color: #7C1631; }
a { background-color: rgb(124,22,49); }
div.DivClassName
{
background-color: #7C1631;
}
.BgClassName
{
background-color: #7C1631;
}
</style>
border-color css
<style>
span { border-color: #7C1631; }
span { border-color: rgb(124,22,49); }
td.TdClassName
{
border-color: #7C1631;
}
.TagClassName
{
border-color: #7C1631;
}
</style>