Shades of Claret #7C1537
Tints of Claret #7C1537
RGB
CMYK
RGB Variations
Color information
#7C1537 (or 0x7C1537) is known color: Claret. HEX triplet: 7C, 15 and 37. RGB value is (124,21,55). Sum of RGB (Red+Green+Blue) = 124+21+55=200 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1537 is #83EAC8. Grayscale: #373737. Windows color (decimal): -8645321 or 3609980. OLE color: 3609980.
HSL color Cylindrical-coordinate representation of color #7C1537: hue angle of 340.19º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C1537 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 21 | 55 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.51 |
| HSL | 340.19º | 0.71% | 0.28% | - |
| HSV(B) | 340.19º | 0.83% | 0.49% | - |
| XYZ | 9.27 | 5.1 | 4.11 | - |
| YUV | 55.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 55 | 0 | 0.83 | 0.56 | 0.51 | 340.19 | 0.71 | 0.28 |
| Hex | 7C | 15 | 37 | 0 | 53 | 38 | 33 | 154 | 47 | 1C |
| Octal | 174 | 25 | 67 | 0 | 123 | 70 | 63 | 524 | 107 | 34 |
| Binary | 1111100 | 10101 | 110111 | 0 | 1010011 | 111000 | 110011 | 101010100 | 1000111 | 11100 |
Color Harmonies of #7C1537
Complementary color
Monochromatic Colors of #7C1537
Black with #7C1537
Text Example
Text Example
White with #7C1537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1537; }
p { color: rgb(124,21,55); }
H1.HeaderClassName
{
color: #7C1537;
}
.AnyTagClassName
{
color: #7C1537;
}
</style>
background-color css
<style>
a { background-color: #7C1537; }
a { background-color: rgb(124,21,55); }
div.DivClassName
{
background-color: #7C1537;
}
.BgClassName
{
background-color: #7C1537;
}
</style>
border-color css
<style>
span { border-color: #7C1537; }
span { border-color: rgb(124,21,55); }
td.TdClassName
{
border-color: #7C1537;
}
.TagClassName
{
border-color: #7C1537;
}
</style>