Shades of Claret #7D173C
Tints of Claret #7D173C
RGB
CMYK
RGB Variations
Color information
#7D173C (or 0x7D173C) is known color: Claret. HEX triplet: 7D, 17 and 3C. RGB value is (125,23,60). Sum of RGB (Red+Green+Blue) = 125+23+60=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D173C is #82E8C3. Grayscale: #393939. Windows color (decimal): -8579268 or 3938173. OLE color: 3938173.
HSL color Cylindrical-coordinate representation of color #7D173C: hue angle of 338.24º degrees, saturation: 0.69, 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 #7D173C is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 23 | 60 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.51 |
| HSL | 338.24º | 0.69% | 0.29% | - |
| HSV(B) | 338.24º | 0.82% | 0.49% | - |
| XYZ | 9.58 | 5.3 | 4.79 | - |
| YUV | 57.72 | 129.29 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 23 | 60 | 0 | 0.82 | 0.52 | 0.51 | 338.24 | 0.69 | 0.29 |
| Hex | 7D | 17 | 3C | 0 | 52 | 34 | 33 | 152 | 45 | 1D |
| Octal | 175 | 27 | 74 | 0 | 122 | 64 | 63 | 522 | 105 | 35 |
| Binary | 1111101 | 10111 | 111100 | 0 | 1010010 | 110100 | 110011 | 101010010 | 1000101 | 11101 |
Color Harmonies of #7D173C
Complementary color
Monochromatic Colors of #7D173C
Black with #7D173C
Text Example
Text Example
White with #7D173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D173C; }
p { color: rgb(125,23,60); }
H1.HeaderClassName
{
color: #7D173C;
}
.AnyTagClassName
{
color: #7D173C;
}
</style>
background-color css
<style>
a { background-color: #7D173C; }
a { background-color: rgb(125,23,60); }
div.DivClassName
{
background-color: #7D173C;
}
.BgClassName
{
background-color: #7D173C;
}
</style>
border-color css
<style>
span { border-color: #7D173C; }
span { border-color: rgb(125,23,60); }
td.TdClassName
{
border-color: #7D173C;
}
.TagClassName
{
border-color: #7D173C;
}
</style>