Shades of Claret #7D1235
Tints of Claret #7D1235
RGB
CMYK
RGB Variations
Color information
#7D1235 (or 0x7D1235) is known color: Claret. HEX triplet: 7D, 12 and 35. RGB value is (125,18,53). Sum of RGB (Red+Green+Blue) = 125+18+53=196 (25% of max value = 765). Red value is 125 (49.22% from 255 or 63.78% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1235 is #82EDCA. Grayscale: #353535. Windows color (decimal): -8580555 or 3478141. OLE color: 3478141.
HSL color Cylindrical-coordinate representation of color #7D1235: hue angle of 340.37º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1235 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 18 | 53 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.51 |
| HSL | 340.37º | 0.75% | 0.28% | - |
| HSV(B) | 340.37º | 0.86% | 0.49% | - |
| XYZ | 9.32 | 5.05 | 3.85 | - |
| YUV | 53.98 | 127.45 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 18 | 53 | 0 | 0.86 | 0.58 | 0.51 | 340.37 | 0.75 | 0.28 |
| Hex | 7D | 12 | 35 | 0 | 56 | 3A | 33 | 154 | 4B | 1C |
| Octal | 175 | 22 | 65 | 0 | 126 | 72 | 63 | 524 | 113 | 34 |
| Binary | 1111101 | 10010 | 110101 | 0 | 1010110 | 111010 | 110011 | 101010100 | 1001011 | 11100 |
Color Harmonies of #7D1235
Complementary color
Monochromatic Colors of #7D1235
Black with #7D1235
Text Example
Text Example
White with #7D1235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1235; }
p { color: rgb(125,18,53); }
H1.HeaderClassName
{
color: #7D1235;
}
.AnyTagClassName
{
color: #7D1235;
}
</style>
background-color css
<style>
a { background-color: #7D1235; }
a { background-color: rgb(125,18,53); }
div.DivClassName
{
background-color: #7D1235;
}
.BgClassName
{
background-color: #7D1235;
}
</style>
border-color css
<style>
span { border-color: #7D1235; }
span { border-color: rgb(125,18,53); }
td.TdClassName
{
border-color: #7D1235;
}
.TagClassName
{
border-color: #7D1235;
}
</style>