Shades of Claret #7A2139
Tints of Claret #7A2139
RGB
CMYK
RGB Variations
Color information
#7A2139 (or 0x7A2139) is known color: Claret. HEX triplet: 7A, 21 and 39. RGB value is (122,33,57). Sum of RGB (Red+Green+Blue) = 122+33+57=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2139 is #85DEC6. Grayscale: #3E3E3E. Windows color (decimal): -8773319 or 3744122. OLE color: 3744122.
HSL color Cylindrical-coordinate representation of color #7A2139: hue angle of 343.82º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A2139 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 33 | 57 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.52 |
| HSL | 343.82º | 0.57% | 0.3% | - |
| HSV(B) | 343.82º | 0.73% | 0.48% | - |
| XYZ | 9.31 | 5.52 | 4.45 | - |
| YUV | 62.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 57 | 0 | 0.73 | 0.53 | 0.52 | 343.82 | 0.57 | 0.3 |
| Hex | 7A | 21 | 39 | 0 | 49 | 35 | 34 | 158 | 39 | 1E |
| Octal | 172 | 41 | 71 | 0 | 111 | 65 | 64 | 530 | 71 | 36 |
| Binary | 1111010 | 100001 | 111001 | 0 | 1001001 | 110101 | 110100 | 101011000 | 111001 | 11110 |
Color Harmonies of #7A2139
Complementary color
Monochromatic Colors of #7A2139
Black with #7A2139
Text Example
Text Example
White with #7A2139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2139; }
p { color: rgb(122,33,57); }
H1.HeaderClassName
{
color: #7A2139;
}
.AnyTagClassName
{
color: #7A2139;
}
</style>
background-color css
<style>
a { background-color: #7A2139; }
a { background-color: rgb(122,33,57); }
div.DivClassName
{
background-color: #7A2139;
}
.BgClassName
{
background-color: #7A2139;
}
</style>
border-color css
<style>
span { border-color: #7A2139; }
span { border-color: rgb(122,33,57); }
td.TdClassName
{
border-color: #7A2139;
}
.TagClassName
{
border-color: #7A2139;
}
</style>