Shades of Claret #7A1634
Tints of Claret #7A1634
RGB
CMYK
RGB Variations
Color information
#7A1634 (or 0x7A1634) is known color: Claret. HEX triplet: 7A, 16 and 34. RGB value is (122,22,52). Sum of RGB (Red+Green+Blue) = 122+22+52=196 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.24% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1634 is #85E9CB. Grayscale: #373737. Windows color (decimal): -8776140 or 3413626. OLE color: 3413626.
HSL color Cylindrical-coordinate representation of color #7A1634: hue angle of 342º 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 #7A1634 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 52 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.52 |
| HSL | 342º | 0.69% | 0.28% | - |
| HSV(B) | 342º | 0.82% | 0.48% | - |
| XYZ | 8.93 | 4.96 | 3.74 | - |
| YUV | 55.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 52 | 0 | 0.82 | 0.57 | 0.52 | 342 | 0.69 | 0.28 |
| Hex | 7A | 16 | 34 | 0 | 52 | 39 | 34 | 156 | 45 | 1C |
| Octal | 172 | 26 | 64 | 0 | 122 | 71 | 64 | 526 | 105 | 34 |
| Binary | 1111010 | 10110 | 110100 | 0 | 1010010 | 111001 | 110100 | 101010110 | 1000101 | 11100 |
Color Harmonies of #7A1634
Complementary color
Monochromatic Colors of #7A1634
Black with #7A1634
Text Example
Text Example
White with #7A1634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1634; }
p { color: rgb(122,22,52); }
H1.HeaderClassName
{
color: #7A1634;
}
.AnyTagClassName
{
color: #7A1634;
}
</style>
background-color css
<style>
a { background-color: #7A1634; }
a { background-color: rgb(122,22,52); }
div.DivClassName
{
background-color: #7A1634;
}
.BgClassName
{
background-color: #7A1634;
}
</style>
border-color css
<style>
span { border-color: #7A1634; }
span { border-color: rgb(122,22,52); }
td.TdClassName
{
border-color: #7A1634;
}
.TagClassName
{
border-color: #7A1634;
}
</style>