Shades of Claret #7D122F
Tints of Claret #7D122F
RGB
CMYK
RGB Variations
Color information
#7D122F (or 0x7D122F) is known color: Claret. HEX triplet: 7D, 12 and 2F. RGB value is (125,18,47). Sum of RGB (Red+Green+Blue) = 125+18+47=190 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.79% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 125 - color contains mainly: red. Hex color #7D122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D122F is #82EDD0. Grayscale: #353535. Windows color (decimal): -8580561 or 3084925. OLE color: 3084925.
HSL color Cylindrical-coordinate representation of color #7D122F: hue angle of 343.74º degrees, saturation: 0.75, 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 #7D122F is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 18 | 47 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.51 |
| HSL | 343.74º | 0.75% | 0.28% | - |
| HSV(B) | 343.74º | 0.86% | 0.49% | - |
| XYZ | 9.19 | 5 | 3.17 | - |
| YUV | 53.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 18 | 47 | 0 | 0.86 | 0.62 | 0.51 | 343.74 | 0.75 | 0.28 |
| Hex | 7D | 12 | 2F | 0 | 56 | 3E | 33 | 158 | 4B | 1C |
| Octal | 175 | 22 | 57 | 0 | 126 | 76 | 63 | 530 | 113 | 34 |
| Binary | 1111101 | 10010 | 101111 | 0 | 1010110 | 111110 | 110011 | 101011000 | 1001011 | 11100 |
Color Harmonies of #7D122F
Complementary color
Monochromatic Colors of #7D122F
Black with #7D122F
Text Example
Text Example
White with #7D122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D122F; }
p { color: rgb(125,18,47); }
H1.HeaderClassName
{
color: #7D122F;
}
.AnyTagClassName
{
color: #7D122F;
}
</style>
background-color css
<style>
a { background-color: #7D122F; }
a { background-color: rgb(125,18,47); }
div.DivClassName
{
background-color: #7D122F;
}
.BgClassName
{
background-color: #7D122F;
}
</style>
border-color css
<style>
span { border-color: #7D122F; }
span { border-color: rgb(125,18,47); }
td.TdClassName
{
border-color: #7D122F;
}
.TagClassName
{
border-color: #7D122F;
}
</style>