Shades of Claret #7D1C3E
Tints of Claret #7D1C3E
RGB
CMYK
RGB Variations
Color information
#7D1C3E (or 0x7D1C3E) is known color: Claret. HEX triplet: 7D, 1C and 3E. RGB value is (125,28,62). Sum of RGB (Red+Green+Blue) = 125+28+62=215 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.14% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1C3E is #82E3C1. Grayscale: #3C3C3C. Windows color (decimal): -8577986 or 4070525. OLE color: 4070525.
HSL color Cylindrical-coordinate representation of color #7D1C3E: hue angle of 338.97º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D1C3E is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 28 | 62 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.51 |
| HSL | 338.97º | 0.63% | 0.3% | - |
| HSV(B) | 338.97º | 0.78% | 0.49% | - |
| XYZ | 9.74 | 5.54 | 5.11 | - |
| YUV | 60.88 | 128.64 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 28 | 62 | 0 | 0.78 | 0.50 | 0.51 | 338.97 | 0.63 | 0.3 |
| Hex | 7D | 1C | 3E | 0 | 4E | 32 | 33 | 153 | 3F | 1E |
| Octal | 175 | 34 | 76 | 0 | 116 | 62 | 63 | 523 | 77 | 36 |
| Binary | 1111101 | 11100 | 111110 | 0 | 1001110 | 110010 | 110011 | 101010011 | 111111 | 11110 |
Color Harmonies of #7D1C3E
Complementary color
Monochromatic Colors of #7D1C3E
Black with #7D1C3E
Text Example
Text Example
White with #7D1C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1C3E; }
p { color: rgb(125,28,62); }
H1.HeaderClassName
{
color: #7D1C3E;
}
.AnyTagClassName
{
color: #7D1C3E;
}
</style>
background-color css
<style>
a { background-color: #7D1C3E; }
a { background-color: rgb(125,28,62); }
div.DivClassName
{
background-color: #7D1C3E;
}
.BgClassName
{
background-color: #7D1C3E;
}
</style>
border-color css
<style>
span { border-color: #7D1C3E; }
span { border-color: rgb(125,28,62); }
td.TdClassName
{
border-color: #7D1C3E;
}
.TagClassName
{
border-color: #7D1C3E;
}
</style>