Shades of Claret #7A1839
Tints of Claret #7A1839
RGB
CMYK
RGB Variations
Color information
#7A1839 (or 0x7A1839) is known color: Claret. HEX triplet: 7A, 18 and 39. RGB value is (122,24,57). Sum of RGB (Red+Green+Blue) = 122+24+57=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1839 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1839 is #85E7C6. Grayscale: #393939. Windows color (decimal): -8775623 or 3741818. OLE color: 3741818.
HSL color Cylindrical-coordinate representation of color #7A1839: hue angle of 339.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A1839 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 24 | 57 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.52 |
| HSL | 339.8º | 0.67% | 0.29% | - |
| HSV(B) | 339.8º | 0.8% | 0.48% | - |
| XYZ | 9.09 | 5.09 | 4.37 | - |
| YUV | 57.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 24 | 57 | 0 | 0.80 | 0.53 | 0.52 | 339.8 | 0.67 | 0.29 |
| Hex | 7A | 18 | 39 | 0 | 50 | 35 | 34 | 154 | 43 | 1D |
| Octal | 172 | 30 | 71 | 0 | 120 | 65 | 64 | 524 | 103 | 35 |
| Binary | 1111010 | 11000 | 111001 | 0 | 1010000 | 110101 | 110100 | 101010100 | 1000011 | 11101 |
Color Harmonies of #7A1839
Complementary color
Monochromatic Colors of #7A1839
Black with #7A1839
Text Example
Text Example
White with #7A1839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1839; }
p { color: rgb(122,24,57); }
H1.HeaderClassName
{
color: #7A1839;
}
.AnyTagClassName
{
color: #7A1839;
}
</style>
background-color css
<style>
a { background-color: #7A1839; }
a { background-color: rgb(122,24,57); }
div.DivClassName
{
background-color: #7A1839;
}
.BgClassName
{
background-color: #7A1839;
}
</style>
border-color css
<style>
span { border-color: #7A1839; }
span { border-color: rgb(122,24,57); }
td.TdClassName
{
border-color: #7A1839;
}
.TagClassName
{
border-color: #7A1839;
}
</style>