Shades of Claret #7D193B
Tints of Claret #7D193B
RGB
CMYK
RGB Variations
Color information
#7D193B (or 0x7D193B) is known color: Claret. HEX triplet: 7D, 19 and 3B. RGB value is (125,25,59). Sum of RGB (Red+Green+Blue) = 125+25+59=209 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.81% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 125 - color contains mainly: red. Hex color #7D193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D193B is #82E6C4. Grayscale: #3A3A3A. Windows color (decimal): -8578757 or 3873149. OLE color: 3873149.
HSL color Cylindrical-coordinate representation of color #7D193B: hue angle of 339.6º 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 #7D193B is Cyan = 0, Magento = 0.8, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 25 | 59 | - |
| CMYK | 0 | 0.8 | 0.53 | 0.51 |
| HSL | 339.6º | 0.67% | 0.29% | - |
| HSV(B) | 339.6º | 0.8% | 0.49% | - |
| XYZ | 9.59 | 5.37 | 4.67 | - |
| YUV | 58.78 | 128.13 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 25 | 59 | 0 | 0.8 | 0.53 | 0.51 | 339.6 | 0.67 | 0.29 |
| Hex | 7D | 19 | 3B | 0 | 50 | 35 | 33 | 154 | 43 | 1D |
| Octal | 175 | 31 | 73 | 0 | 120 | 65 | 63 | 524 | 103 | 35 |
| Binary | 1111101 | 11001 | 111011 | 0 | 1010000 | 110101 | 110011 | 101010100 | 1000011 | 11101 |
Color Harmonies of #7D193B
Complementary color
Monochromatic Colors of #7D193B
Black with #7D193B
Text Example
Text Example
White with #7D193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D193B; }
p { color: rgb(125,25,59); }
H1.HeaderClassName
{
color: #7D193B;
}
.AnyTagClassName
{
color: #7D193B;
}
</style>
background-color css
<style>
a { background-color: #7D193B; }
a { background-color: rgb(125,25,59); }
div.DivClassName
{
background-color: #7D193B;
}
.BgClassName
{
background-color: #7D193B;
}
</style>
border-color css
<style>
span { border-color: #7D193B; }
span { border-color: rgb(125,25,59); }
td.TdClassName
{
border-color: #7D193B;
}
.TagClassName
{
border-color: #7D193B;
}
</style>