Shades of Claret #7D1F3B
Tints of Claret #7D1F3B
RGB
CMYK
RGB Variations
Color information
#7D1F3B (or 0x7D1F3B) is known color: Claret. HEX triplet: 7D, 1F and 3B. RGB value is (125,31,59). Sum of RGB (Red+Green+Blue) = 125+31+59=215 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.14% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1F3B is #82E0C4. Grayscale: #3E3E3E. Windows color (decimal): -8577221 or 3874685. OLE color: 3874685.
HSL color Cylindrical-coordinate representation of color #7D1F3B: hue angle of 342.13º 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 #7D1F3B is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 31 | 59 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.51 |
| HSL | 342.13º | 0.6% | 0.31% | - |
| HSV(B) | 342.13º | 0.75% | 0.49% | - |
| XYZ | 9.74 | 5.66 | 4.72 | - |
| YUV | 62.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 31 | 59 | 0 | 0.75 | 0.53 | 0.51 | 342.13 | 0.6 | 0.31 |
| Hex | 7D | 1F | 3B | 0 | 4B | 35 | 33 | 156 | 3C | 1F |
| Octal | 175 | 37 | 73 | 0 | 113 | 65 | 63 | 526 | 74 | 37 |
| Binary | 1111101 | 11111 | 111011 | 0 | 1001011 | 110101 | 110011 | 101010110 | 111100 | 11111 |
Color Harmonies of #7D1F3B
Complementary color
Monochromatic Colors of #7D1F3B
Black with #7D1F3B
Text Example
Text Example
White with #7D1F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1F3B; }
p { color: rgb(125,31,59); }
H1.HeaderClassName
{
color: #7D1F3B;
}
.AnyTagClassName
{
color: #7D1F3B;
}
</style>
background-color css
<style>
a { background-color: #7D1F3B; }
a { background-color: rgb(125,31,59); }
div.DivClassName
{
background-color: #7D1F3B;
}
.BgClassName
{
background-color: #7D1F3B;
}
</style>
border-color css
<style>
span { border-color: #7D1F3B; }
span { border-color: rgb(125,31,59); }
td.TdClassName
{
border-color: #7D1F3B;
}
.TagClassName
{
border-color: #7D1F3B;
}
</style>