Shades of Claret #7D193C
Tints of Claret #7D193C
RGB
CMYK
RGB Variations
Color information
#7D193C (or 0x7D193C) is known color: Claret. HEX triplet: 7D, 19 and 3C. RGB value is (125,25,60). Sum of RGB (Red+Green+Blue) = 125+25+60=210 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.52% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 125 - color contains mainly: red. Hex color #7D193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D193C is #82E6C3. Grayscale: #3A3A3A. Windows color (decimal): -8578756 or 3938685. OLE color: 3938685.
HSL color Cylindrical-coordinate representation of color #7D193C: hue angle of 339º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D193C is Cyan = 0, Magento = 0.8, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 25 | 60 | - |
| CMYK | 0 | 0.8 | 0.52 | 0.51 |
| HSL | 339º | 0.67% | 0.29% | - |
| HSV(B) | 339º | 0.8% | 0.49% | - |
| XYZ | 9.62 | 5.38 | 4.81 | - |
| YUV | 58.89 | 128.63 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 25 | 60 | 0 | 0.8 | 0.52 | 0.51 | 339 | 0.67 | 0.29 |
| Hex | 7D | 19 | 3C | 0 | 50 | 34 | 33 | 153 | 43 | 1D |
| Octal | 175 | 31 | 74 | 0 | 120 | 64 | 63 | 523 | 103 | 35 |
| Binary | 1111101 | 11001 | 111100 | 0 | 1010000 | 110100 | 110011 | 101010011 | 1000011 | 11101 |
Color Harmonies of #7D193C
Complementary color
Monochromatic Colors of #7D193C
Black with #7D193C
Text Example
Text Example
White with #7D193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D193C; }
p { color: rgb(125,25,60); }
H1.HeaderClassName
{
color: #7D193C;
}
.AnyTagClassName
{
color: #7D193C;
}
</style>
background-color css
<style>
a { background-color: #7D193C; }
a { background-color: rgb(125,25,60); }
div.DivClassName
{
background-color: #7D193C;
}
.BgClassName
{
background-color: #7D193C;
}
</style>
border-color css
<style>
span { border-color: #7D193C; }
span { border-color: rgb(125,25,60); }
td.TdClassName
{
border-color: #7D193C;
}
.TagClassName
{
border-color: #7D193C;
}
</style>