Shades of Claret #7C173C
Tints of Claret #7C173C
RGB
CMYK
RGB Variations
Color information
#7C173C (or 0x7C173C) is known color: Claret. HEX triplet: 7C, 17 and 3C. RGB value is (124,23,60). Sum of RGB (Red+Green+Blue) = 124+23+60=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C173C is #83E8C3. Grayscale: #393939. Windows color (decimal): -8644804 or 3938172. OLE color: 3938172.
HSL color Cylindrical-coordinate representation of color #7C173C: hue angle of 338.02º 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 #7C173C is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 23 | 60 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.51 |
| HSL | 338.02º | 0.69% | 0.29% | - |
| HSV(B) | 338.02º | 0.81% | 0.49% | - |
| XYZ | 9.43 | 5.22 | 4.79 | - |
| YUV | 57.42 | 129.46 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 60 | 0 | 0.81 | 0.52 | 0.51 | 338.02 | 0.69 | 0.29 |
| Hex | 7C | 17 | 3C | 0 | 51 | 34 | 33 | 152 | 45 | 1D |
| Octal | 174 | 27 | 74 | 0 | 121 | 64 | 63 | 522 | 105 | 35 |
| Binary | 1111100 | 10111 | 111100 | 0 | 1010001 | 110100 | 110011 | 101010010 | 1000101 | 11101 |
Color Harmonies of #7C173C
Complementary color
Monochromatic Colors of #7C173C
Black with #7C173C
Text Example
Text Example
White with #7C173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C173C; }
p { color: rgb(124,23,60); }
H1.HeaderClassName
{
color: #7C173C;
}
.AnyTagClassName
{
color: #7C173C;
}
</style>
background-color css
<style>
a { background-color: #7C173C; }
a { background-color: rgb(124,23,60); }
div.DivClassName
{
background-color: #7C173C;
}
.BgClassName
{
background-color: #7C173C;
}
</style>
border-color css
<style>
span { border-color: #7C173C; }
span { border-color: rgb(124,23,60); }
td.TdClassName
{
border-color: #7C173C;
}
.TagClassName
{
border-color: #7C173C;
}
</style>