Shades of Claret #7C1737
Tints of Claret #7C1737
RGB
CMYK
RGB Variations
Color information
#7C1737 (or 0x7C1737) is known color: Claret. HEX triplet: 7C, 17 and 37. RGB value is (124,23,55). Sum of RGB (Red+Green+Blue) = 124+23+55=202 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.39% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1737 is #83E8C8. Grayscale: #383838. Windows color (decimal): -8644809 or 3610492. OLE color: 3610492.
HSL color Cylindrical-coordinate representation of color #7C1737: hue angle of 340.99º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C1737 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 23 | 55 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.51 |
| HSL | 340.99º | 0.69% | 0.29% | - |
| HSV(B) | 340.99º | 0.81% | 0.49% | - |
| XYZ | 9.31 | 5.17 | 4.12 | - |
| YUV | 56.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 55 | 0 | 0.81 | 0.56 | 0.51 | 340.99 | 0.69 | 0.29 |
| Hex | 7C | 17 | 37 | 0 | 51 | 38 | 33 | 155 | 45 | 1D |
| Octal | 174 | 27 | 67 | 0 | 121 | 70 | 63 | 525 | 105 | 35 |
| Binary | 1111100 | 10111 | 110111 | 0 | 1010001 | 111000 | 110011 | 101010101 | 1000101 | 11101 |
Color Harmonies of #7C1737
Complementary color
Monochromatic Colors of #7C1737
Black with #7C1737
Text Example
Text Example
White with #7C1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1737; }
p { color: rgb(124,23,55); }
H1.HeaderClassName
{
color: #7C1737;
}
.AnyTagClassName
{
color: #7C1737;
}
</style>
background-color css
<style>
a { background-color: #7C1737; }
a { background-color: rgb(124,23,55); }
div.DivClassName
{
background-color: #7C1737;
}
.BgClassName
{
background-color: #7C1737;
}
</style>
border-color css
<style>
span { border-color: #7C1737; }
span { border-color: rgb(124,23,55); }
td.TdClassName
{
border-color: #7C1737;
}
.TagClassName
{
border-color: #7C1737;
}
</style>