Shades of Claret #7A1639
Tints of Claret #7A1639
RGB
CMYK
RGB Variations
Color information
#7A1639 (or 0x7A1639) is known color: Claret. HEX triplet: 7A, 16 and 39. RGB value is (122,22,57). Sum of RGB (Red+Green+Blue) = 122+22+57=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1639 is #85E9C6. Grayscale: #373737. Windows color (decimal): -8776135 or 3741306. OLE color: 3741306.
HSL color Cylindrical-coordinate representation of color #7A1639: hue angle of 339º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A1639 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 57 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.52 |
| HSL | 339º | 0.69% | 0.28% | - |
| HSV(B) | 339º | 0.82% | 0.48% | - |
| XYZ | 9.05 | 5.01 | 4.36 | - |
| YUV | 55.89 | 128.63 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 57 | 0 | 0.82 | 0.53 | 0.52 | 339 | 0.69 | 0.28 |
| Hex | 7A | 16 | 39 | 0 | 52 | 35 | 34 | 153 | 45 | 1C |
| Octal | 172 | 26 | 71 | 0 | 122 | 65 | 64 | 523 | 105 | 34 |
| Binary | 1111010 | 10110 | 111001 | 0 | 1010010 | 110101 | 110100 | 101010011 | 1000101 | 11100 |
Color Harmonies of #7A1639
Complementary color
Monochromatic Colors of #7A1639
Black with #7A1639
Text Example
Text Example
White with #7A1639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1639; }
p { color: rgb(122,22,57); }
H1.HeaderClassName
{
color: #7A1639;
}
.AnyTagClassName
{
color: #7A1639;
}
</style>
background-color css
<style>
a { background-color: #7A1639; }
a { background-color: rgb(122,22,57); }
div.DivClassName
{
background-color: #7A1639;
}
.BgClassName
{
background-color: #7A1639;
}
</style>
border-color css
<style>
span { border-color: #7A1639; }
span { border-color: rgb(122,22,57); }
td.TdClassName
{
border-color: #7A1639;
}
.TagClassName
{
border-color: #7A1639;
}
</style>