Shades of Claret #7D1737
Tints of Claret #7D1737
RGB
CMYK
RGB Variations
Color information
#7D1737 (or 0x7D1737) is known color: Claret. HEX triplet: 7D, 17 and 37. RGB value is (125,23,55). Sum of RGB (Red+Green+Blue) = 125+23+55=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1737 is #82E8C8. Grayscale: #393939. Windows color (decimal): -8579273 or 3610493. OLE color: 3610493.
HSL color Cylindrical-coordinate representation of color #7D1737: hue angle of 341.18º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D1737 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 23 | 55 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.51 |
| HSL | 341.18º | 0.69% | 0.29% | - |
| HSV(B) | 341.18º | 0.82% | 0.49% | - |
| XYZ | 9.45 | 5.25 | 4.13 | - |
| YUV | 57.15 | 126.79 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 23 | 55 | 0 | 0.82 | 0.56 | 0.51 | 341.18 | 0.69 | 0.29 |
| Hex | 7D | 17 | 37 | 0 | 52 | 38 | 33 | 155 | 45 | 1D |
| Octal | 175 | 27 | 67 | 0 | 122 | 70 | 63 | 525 | 105 | 35 |
| Binary | 1111101 | 10111 | 110111 | 0 | 1010010 | 111000 | 110011 | 101010101 | 1000101 | 11101 |
Color Harmonies of #7D1737
Complementary color
Monochromatic Colors of #7D1737
Black with #7D1737
Text Example
Text Example
White with #7D1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1737; }
p { color: rgb(125,23,55); }
H1.HeaderClassName
{
color: #7D1737;
}
.AnyTagClassName
{
color: #7D1737;
}
</style>
background-color css
<style>
a { background-color: #7D1737; }
a { background-color: rgb(125,23,55); }
div.DivClassName
{
background-color: #7D1737;
}
.BgClassName
{
background-color: #7D1737;
}
</style>
border-color css
<style>
span { border-color: #7D1737; }
span { border-color: rgb(125,23,55); }
td.TdClassName
{
border-color: #7D1737;
}
.TagClassName
{
border-color: #7D1737;
}
</style>