Shades of Claret #7D193D
Tints of Claret #7D193D
RGB
CMYK
RGB Variations
Color information
#7D193D (or 0x7D193D) is known color: Claret. HEX triplet: 7D, 19 and 3D. RGB value is (125,25,61). Sum of RGB (Red+Green+Blue) = 125+25+61=211 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.24% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 125 - color contains mainly: red. Hex color #7D193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D193D is #82E6C2. Grayscale: #3A3A3A. Windows color (decimal): -8578755 or 4004221. OLE color: 4004221.
HSL color Cylindrical-coordinate representation of color #7D193D: hue angle of 338.4º 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 #7D193D is Cyan = 0, Magento = 0.8, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 25 | 61 | - |
| CMYK | 0 | 0.8 | 0.51 | 0.51 |
| HSL | 338.4º | 0.67% | 0.29% | - |
| HSV(B) | 338.4º | 0.8% | 0.49% | - |
| XYZ | 9.65 | 5.39 | 4.95 | - |
| YUV | 59 | 129.13 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 25 | 61 | 0 | 0.8 | 0.51 | 0.51 | 338.4 | 0.67 | 0.29 |
| Hex | 7D | 19 | 3D | 0 | 50 | 33 | 33 | 152 | 43 | 1D |
| Octal | 175 | 31 | 75 | 0 | 120 | 63 | 63 | 522 | 103 | 35 |
| Binary | 1111101 | 11001 | 111101 | 0 | 1010000 | 110011 | 110011 | 101010010 | 1000011 | 11101 |
Color Harmonies of #7D193D
Complementary color
Monochromatic Colors of #7D193D
Black with #7D193D
Text Example
Text Example
White with #7D193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D193D; }
p { color: rgb(125,25,61); }
H1.HeaderClassName
{
color: #7D193D;
}
.AnyTagClassName
{
color: #7D193D;
}
</style>
background-color css
<style>
a { background-color: #7D193D; }
a { background-color: rgb(125,25,61); }
div.DivClassName
{
background-color: #7D193D;
}
.BgClassName
{
background-color: #7D193D;
}
</style>
border-color css
<style>
span { border-color: #7D193D; }
span { border-color: rgb(125,25,61); }
td.TdClassName
{
border-color: #7D193D;
}
.TagClassName
{
border-color: #7D193D;
}
</style>