Shades of Claret #7A163A
Tints of Claret #7A163A
RGB
CMYK
RGB Variations
Color information
#7A163A (or 0x7A163A) is known color: Claret. HEX triplet: 7A, 16 and 3A. RGB value is (122,22,58). Sum of RGB (Red+Green+Blue) = 122+22+58=202 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.40% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 122 - color contains mainly: red. Hex color #7A163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A163A is #85E9C5. Grayscale: #373737. Windows color (decimal): -8776134 or 3806842. OLE color: 3806842.
HSL color Cylindrical-coordinate representation of color #7A163A: hue angle of 338.4º 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 #7A163A is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 58 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.52 |
| HSL | 338.4º | 0.69% | 0.28% | - |
| HSV(B) | 338.4º | 0.82% | 0.48% | - |
| XYZ | 9.08 | 5.02 | 4.49 | - |
| YUV | 56 | 129.13 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 58 | 0 | 0.82 | 0.52 | 0.52 | 338.4 | 0.69 | 0.28 |
| Hex | 7A | 16 | 3A | 0 | 52 | 34 | 34 | 152 | 45 | 1C |
| Octal | 172 | 26 | 72 | 0 | 122 | 64 | 64 | 522 | 105 | 34 |
| Binary | 1111010 | 10110 | 111010 | 0 | 1010010 | 110100 | 110100 | 101010010 | 1000101 | 11100 |
Color Harmonies of #7A163A
Complementary color
Monochromatic Colors of #7A163A
Black with #7A163A
Text Example
Text Example
White with #7A163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A163A; }
p { color: rgb(122,22,58); }
H1.HeaderClassName
{
color: #7A163A;
}
.AnyTagClassName
{
color: #7A163A;
}
</style>
background-color css
<style>
a { background-color: #7A163A; }
a { background-color: rgb(122,22,58); }
div.DivClassName
{
background-color: #7A163A;
}
.BgClassName
{
background-color: #7A163A;
}
</style>
border-color css
<style>
span { border-color: #7A163A; }
span { border-color: rgb(122,22,58); }
td.TdClassName
{
border-color: #7A163A;
}
.TagClassName
{
border-color: #7A163A;
}
</style>