Shades of Claret #7C1732
Tints of Claret #7C1732
RGB
CMYK
RGB Variations
Color information
#7C1732 (or 0x7C1732) is known color: Claret. HEX triplet: 7C, 17 and 32. RGB value is (124,23,50). Sum of RGB (Red+Green+Blue) = 124+23+50=197 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.94% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1732 is #83E8CD. Grayscale: #383838. Windows color (decimal): -8644814 or 3282812. OLE color: 3282812.
HSL color Cylindrical-coordinate representation of color #7C1732: hue angle of 343.96º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C1732 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 23 | 50 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.51 |
| HSL | 343.96º | 0.69% | 0.29% | - |
| HSV(B) | 343.96º | 0.81% | 0.49% | - |
| XYZ | 9.19 | 5.13 | 3.52 | - |
| YUV | 56.28 | 124.46 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 50 | 0 | 0.81 | 0.60 | 0.51 | 343.96 | 0.69 | 0.29 |
| Hex | 7C | 17 | 32 | 0 | 51 | 3C | 33 | 158 | 45 | 1D |
| Octal | 174 | 27 | 62 | 0 | 121 | 74 | 63 | 530 | 105 | 35 |
| Binary | 1111100 | 10111 | 110010 | 0 | 1010001 | 111100 | 110011 | 101011000 | 1000101 | 11101 |
Color Harmonies of #7C1732
Complementary color
Monochromatic Colors of #7C1732
Black with #7C1732
Text Example
Text Example
White with #7C1732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1732; }
p { color: rgb(124,23,50); }
H1.HeaderClassName
{
color: #7C1732;
}
.AnyTagClassName
{
color: #7C1732;
}
</style>
background-color css
<style>
a { background-color: #7C1732; }
a { background-color: rgb(124,23,50); }
div.DivClassName
{
background-color: #7C1732;
}
.BgClassName
{
background-color: #7C1732;
}
</style>
border-color css
<style>
span { border-color: #7C1732; }
span { border-color: rgb(124,23,50); }
td.TdClassName
{
border-color: #7C1732;
}
.TagClassName
{
border-color: #7C1732;
}
</style>