Shades of Claret #7C1634
Tints of Claret #7C1634
RGB
CMYK
RGB Variations
Color information
#7C1634 (or 0x7C1634) is known color: Claret. HEX triplet: 7C, 16 and 34. RGB value is (124,22,52). Sum of RGB (Red+Green+Blue) = 124+22+52=198 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.63% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1634 is #83E9CB. Grayscale: #373737. Windows color (decimal): -8645068 or 3413628. OLE color: 3413628.
HSL color Cylindrical-coordinate representation of color #7C1634: hue angle of 342.35º 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 #7C1634 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 22 | 52 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.51 |
| HSL | 342.35º | 0.7% | 0.29% | - |
| HSV(B) | 342.35º | 0.82% | 0.49% | - |
| XYZ | 9.22 | 5.11 | 3.75 | - |
| YUV | 55.92 | 125.79 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 52 | 0 | 0.82 | 0.58 | 0.51 | 342.35 | 0.7 | 0.29 |
| Hex | 7C | 16 | 34 | 0 | 52 | 3A | 33 | 156 | 46 | 1D |
| Octal | 174 | 26 | 64 | 0 | 122 | 72 | 63 | 526 | 106 | 35 |
| Binary | 1111100 | 10110 | 110100 | 0 | 1010010 | 111010 | 110011 | 101010110 | 1000110 | 11101 |
Color Harmonies of #7C1634
Complementary color
Monochromatic Colors of #7C1634
Black with #7C1634
Text Example
Text Example
White with #7C1634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1634; }
p { color: rgb(124,22,52); }
H1.HeaderClassName
{
color: #7C1634;
}
.AnyTagClassName
{
color: #7C1634;
}
</style>
background-color css
<style>
a { background-color: #7C1634; }
a { background-color: rgb(124,22,52); }
div.DivClassName
{
background-color: #7C1634;
}
.BgClassName
{
background-color: #7C1634;
}
</style>
border-color css
<style>
span { border-color: #7C1634; }
span { border-color: rgb(124,22,52); }
td.TdClassName
{
border-color: #7C1634;
}
.TagClassName
{
border-color: #7C1634;
}
</style>