Shades of Claret #7D113A
Tints of Claret #7D113A
RGB
CMYK
RGB Variations
Color information
#7D113A (or 0x7D113A) is known color: Claret. HEX triplet: 7D, 11 and 3A. RGB value is (125,17,58). Sum of RGB (Red+Green+Blue) = 125+17+58=200 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 125 - color contains mainly: red. Hex color #7D113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D113A is #82EEC5. Grayscale: #353535. Windows color (decimal): -8580806 or 3805565. OLE color: 3805565.
HSL color Cylindrical-coordinate representation of color #7D113A: hue angle of 337.22º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D113A is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 17 | 58 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.51 |
| HSL | 337.22º | 0.76% | 0.28% | - |
| HSV(B) | 337.22º | 0.86% | 0.49% | - |
| XYZ | 9.42 | 5.07 | 4.48 | - |
| YUV | 53.97 | 130.28 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 58 | 0 | 0.86 | 0.54 | 0.51 | 337.22 | 0.76 | 0.28 |
| Hex | 7D | 11 | 3A | 0 | 56 | 36 | 33 | 151 | 4C | 1C |
| Octal | 175 | 21 | 72 | 0 | 126 | 66 | 63 | 521 | 114 | 34 |
| Binary | 1111101 | 10001 | 111010 | 0 | 1010110 | 110110 | 110011 | 101010001 | 1001100 | 11100 |
Color Harmonies of #7D113A
Complementary color
Monochromatic Colors of #7D113A
Black with #7D113A
Text Example
Text Example
White with #7D113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D113A; }
p { color: rgb(125,17,58); }
H1.HeaderClassName
{
color: #7D113A;
}
.AnyTagClassName
{
color: #7D113A;
}
</style>
background-color css
<style>
a { background-color: #7D113A; }
a { background-color: rgb(125,17,58); }
div.DivClassName
{
background-color: #7D113A;
}
.BgClassName
{
background-color: #7D113A;
}
</style>
border-color css
<style>
span { border-color: #7D113A; }
span { border-color: rgb(125,17,58); }
td.TdClassName
{
border-color: #7D113A;
}
.TagClassName
{
border-color: #7D113A;
}
</style>