Shades of Claret #7D1037
Tints of Claret #7D1037
RGB
CMYK
RGB Variations
Color information
#7D1037 (or 0x7D1037) is known color: Claret. HEX triplet: 7D, 10 and 37. RGB value is (125,16,55). Sum of RGB (Red+Green+Blue) = 125+16+55=196 (25% of max value = 765). Red value is 125 (49.22% from 255 or 63.78% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1037 is #82EFC8. Grayscale: #343434. Windows color (decimal): -8581065 or 3608701. OLE color: 3608701.
HSL color Cylindrical-coordinate representation of color #7D1037: hue angle of 338.53º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D1037 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 16 | 55 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.51 |
| HSL | 338.53º | 0.77% | 0.28% | - |
| HSV(B) | 338.53º | 0.87% | 0.49% | - |
| XYZ | 9.33 | 5.01 | 4.09 | - |
| YUV | 53.04 | 129.11 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 55 | 0 | 0.87 | 0.56 | 0.51 | 338.53 | 0.77 | 0.28 |
| Hex | 7D | 10 | 37 | 0 | 57 | 38 | 33 | 153 | 4D | 1C |
| Octal | 175 | 20 | 67 | 0 | 127 | 70 | 63 | 523 | 115 | 34 |
| Binary | 1111101 | 10000 | 110111 | 0 | 1010111 | 111000 | 110011 | 101010011 | 1001101 | 11100 |
Color Harmonies of #7D1037
Complementary color
Monochromatic Colors of #7D1037
Black with #7D1037
Text Example
Text Example
White with #7D1037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1037; }
p { color: rgb(125,16,55); }
H1.HeaderClassName
{
color: #7D1037;
}
.AnyTagClassName
{
color: #7D1037;
}
</style>
background-color css
<style>
a { background-color: #7D1037; }
a { background-color: rgb(125,16,55); }
div.DivClassName
{
background-color: #7D1037;
}
.BgClassName
{
background-color: #7D1037;
}
</style>
border-color css
<style>
span { border-color: #7D1037; }
span { border-color: rgb(125,16,55); }
td.TdClassName
{
border-color: #7D1037;
}
.TagClassName
{
border-color: #7D1037;
}
</style>