Shades of Claret #7D1F3D
Tints of Claret #7D1F3D
RGB
CMYK
RGB Variations
Color information
#7D1F3D (or 0x7D1F3D) is known color: Claret. HEX triplet: 7D, 1F and 3D. RGB value is (125,31,61). Sum of RGB (Red+Green+Blue) = 125+31+61=217 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.60% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1F3D is #82E0C2. Grayscale: #3E3E3E. Windows color (decimal): -8577219 or 4005757. OLE color: 4005757.
HSL color Cylindrical-coordinate representation of color #7D1F3D: hue angle of 340.85º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D1F3D is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 31 | 61 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.51 |
| HSL | 340.85º | 0.6% | 0.31% | - |
| HSV(B) | 340.85º | 0.75% | 0.49% | - |
| XYZ | 9.79 | 5.68 | 4.99 | - |
| YUV | 62.53 | 127.14 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 31 | 61 | 0 | 0.75 | 0.51 | 0.51 | 340.85 | 0.6 | 0.31 |
| Hex | 7D | 1F | 3D | 0 | 4B | 33 | 33 | 155 | 3C | 1F |
| Octal | 175 | 37 | 75 | 0 | 113 | 63 | 63 | 525 | 74 | 37 |
| Binary | 1111101 | 11111 | 111101 | 0 | 1001011 | 110011 | 110011 | 101010101 | 111100 | 11111 |
Color Harmonies of #7D1F3D
Complementary color
Monochromatic Colors of #7D1F3D
Black with #7D1F3D
Text Example
Text Example
White with #7D1F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1F3D; }
p { color: rgb(125,31,61); }
H1.HeaderClassName
{
color: #7D1F3D;
}
.AnyTagClassName
{
color: #7D1F3D;
}
</style>
background-color css
<style>
a { background-color: #7D1F3D; }
a { background-color: rgb(125,31,61); }
div.DivClassName
{
background-color: #7D1F3D;
}
.BgClassName
{
background-color: #7D1F3D;
}
</style>
border-color css
<style>
span { border-color: #7D1F3D; }
span { border-color: rgb(125,31,61); }
td.TdClassName
{
border-color: #7D1F3D;
}
.TagClassName
{
border-color: #7D1F3D;
}
</style>