Shades of Claret #7D1136
Tints of Claret #7D1136
RGB
CMYK
RGB Variations
Color information
#7D1136 (or 0x7D1136) is known color: Claret. HEX triplet: 7D, 11 and 36. RGB value is (125,17,54). Sum of RGB (Red+Green+Blue) = 125+17+54=196 (25% of max value = 765). Red value is 125 (49.22% from 255 or 63.78% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1136 is #82EEC9. Grayscale: #353535. Windows color (decimal): -8580810 or 3543421. OLE color: 3543421.
HSL color Cylindrical-coordinate representation of color #7D1136: hue angle of 339.44º degrees, saturation: 0.76, 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 #7D1136 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 17 | 54 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.51 |
| HSL | 339.44º | 0.76% | 0.28% | - |
| HSV(B) | 339.44º | 0.86% | 0.49% | - |
| XYZ | 9.32 | 5.03 | 3.97 | - |
| YUV | 53.51 | 128.28 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 54 | 0 | 0.86 | 0.57 | 0.51 | 339.44 | 0.76 | 0.28 |
| Hex | 7D | 11 | 36 | 0 | 56 | 39 | 33 | 153 | 4C | 1C |
| Octal | 175 | 21 | 66 | 0 | 126 | 71 | 63 | 523 | 114 | 34 |
| Binary | 1111101 | 10001 | 110110 | 0 | 1010110 | 111001 | 110011 | 101010011 | 1001100 | 11100 |
Color Harmonies of #7D1136
Complementary color
Monochromatic Colors of #7D1136
Black with #7D1136
Text Example
Text Example
White with #7D1136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1136; }
p { color: rgb(125,17,54); }
H1.HeaderClassName
{
color: #7D1136;
}
.AnyTagClassName
{
color: #7D1136;
}
</style>
background-color css
<style>
a { background-color: #7D1136; }
a { background-color: rgb(125,17,54); }
div.DivClassName
{
background-color: #7D1136;
}
.BgClassName
{
background-color: #7D1136;
}
</style>
border-color css
<style>
span { border-color: #7D1136; }
span { border-color: rgb(125,17,54); }
td.TdClassName
{
border-color: #7D1136;
}
.TagClassName
{
border-color: #7D1136;
}
</style>