Shades of Claret #7D1738
Tints of Claret #7D1738
RGB
CMYK
RGB Variations
Color information
#7D1738 (or 0x7D1738) is known color: Claret. HEX triplet: 7D, 17 and 38. RGB value is (125,23,56). Sum of RGB (Red+Green+Blue) = 125+23+56=204 (27% of max value = 765). Red value is 125 (49.22% from 255 or 61.27% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1738 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1738 is #82E8C7. Grayscale: #393939. Windows color (decimal): -8579272 or 3676029. OLE color: 3676029.
HSL color Cylindrical-coordinate representation of color #7D1738: hue angle of 340.59º 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 #7D1738 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 23 | 56 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.51 |
| HSL | 340.59º | 0.69% | 0.29% | - |
| HSV(B) | 340.59º | 0.82% | 0.49% | - |
| XYZ | 9.48 | 5.26 | 4.26 | - |
| YUV | 57.26 | 127.29 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 23 | 56 | 0 | 0.82 | 0.55 | 0.51 | 340.59 | 0.69 | 0.29 |
| Hex | 7D | 17 | 38 | 0 | 52 | 37 | 33 | 155 | 45 | 1D |
| Octal | 175 | 27 | 70 | 0 | 122 | 67 | 63 | 525 | 105 | 35 |
| Binary | 1111101 | 10111 | 111000 | 0 | 1010010 | 110111 | 110011 | 101010101 | 1000101 | 11101 |
Color Harmonies of #7D1738
Complementary color
Monochromatic Colors of #7D1738
Black with #7D1738
Text Example
Text Example
White with #7D1738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1738; }
p { color: rgb(125,23,56); }
H1.HeaderClassName
{
color: #7D1738;
}
.AnyTagClassName
{
color: #7D1738;
}
</style>
background-color css
<style>
a { background-color: #7D1738; }
a { background-color: rgb(125,23,56); }
div.DivClassName
{
background-color: #7D1738;
}
.BgClassName
{
background-color: #7D1738;
}
</style>
border-color css
<style>
span { border-color: #7D1738; }
span { border-color: rgb(125,23,56); }
td.TdClassName
{
border-color: #7D1738;
}
.TagClassName
{
border-color: #7D1738;
}
</style>