Shades of Claret #7A1734
Tints of Claret #7A1734
RGB
CMYK
RGB Variations
Color information
#7A1734 (or 0x7A1734) is known color: Claret. HEX triplet: 7A, 17 and 34. RGB value is (122,23,52). Sum of RGB (Red+Green+Blue) = 122+23+52=197 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.93% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1734 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1734 is #85E8CB. Grayscale: #373737. Windows color (decimal): -8775884 or 3413882. OLE color: 3413882.
HSL color Cylindrical-coordinate representation of color #7A1734: hue angle of 342.42º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A1734 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 52 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.52 |
| HSL | 342.42º | 0.68% | 0.28% | - |
| HSV(B) | 342.42º | 0.81% | 0.48% | - |
| XYZ | 8.95 | 5 | 3.74 | - |
| YUV | 55.91 | 125.8 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 52 | 0 | 0.81 | 0.57 | 0.52 | 342.42 | 0.68 | 0.28 |
| Hex | 7A | 17 | 34 | 0 | 51 | 39 | 34 | 156 | 44 | 1C |
| Octal | 172 | 27 | 64 | 0 | 121 | 71 | 64 | 526 | 104 | 34 |
| Binary | 1111010 | 10111 | 110100 | 0 | 1010001 | 111001 | 110100 | 101010110 | 1000100 | 11100 |
Color Harmonies of #7A1734
Complementary color
Monochromatic Colors of #7A1734
Black with #7A1734
Text Example
Text Example
White with #7A1734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1734; }
p { color: rgb(122,23,52); }
H1.HeaderClassName
{
color: #7A1734;
}
.AnyTagClassName
{
color: #7A1734;
}
</style>
background-color css
<style>
a { background-color: #7A1734; }
a { background-color: rgb(122,23,52); }
div.DivClassName
{
background-color: #7A1734;
}
.BgClassName
{
background-color: #7A1734;
}
</style>
border-color css
<style>
span { border-color: #7A1734; }
span { border-color: rgb(122,23,52); }
td.TdClassName
{
border-color: #7A1734;
}
.TagClassName
{
border-color: #7A1734;
}
</style>