Shades of Claret #7A1636
Tints of Claret #7A1636
RGB
CMYK
RGB Variations
Color information
#7A1636 (or 0x7A1636) is known color: Claret. HEX triplet: 7A, 16 and 36. RGB value is (122,22,54). Sum of RGB (Red+Green+Blue) = 122+22+54=198 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.62% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1636 is #85E9C9. Grayscale: #373737. Windows color (decimal): -8776138 or 3544698. OLE color: 3544698.
HSL color Cylindrical-coordinate representation of color #7A1636: hue angle of 340.8º 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 #7A1636 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 54 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.52 |
| HSL | 340.8º | 0.69% | 0.28% | - |
| HSV(B) | 340.8º | 0.82% | 0.48% | - |
| XYZ | 8.98 | 4.98 | 3.98 | - |
| YUV | 55.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 54 | 0 | 0.82 | 0.56 | 0.52 | 340.8 | 0.69 | 0.28 |
| Hex | 7A | 16 | 36 | 0 | 52 | 38 | 34 | 155 | 45 | 1C |
| Octal | 172 | 26 | 66 | 0 | 122 | 70 | 64 | 525 | 105 | 34 |
| Binary | 1111010 | 10110 | 110110 | 0 | 1010010 | 111000 | 110100 | 101010101 | 1000101 | 11100 |
Color Harmonies of #7A1636
Complementary color
Monochromatic Colors of #7A1636
Black with #7A1636
Text Example
Text Example
White with #7A1636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1636; }
p { color: rgb(122,22,54); }
H1.HeaderClassName
{
color: #7A1636;
}
.AnyTagClassName
{
color: #7A1636;
}
</style>
background-color css
<style>
a { background-color: #7A1636; }
a { background-color: rgb(122,22,54); }
div.DivClassName
{
background-color: #7A1636;
}
.BgClassName
{
background-color: #7A1636;
}
</style>
border-color css
<style>
span { border-color: #7A1636; }
span { border-color: rgb(122,22,54); }
td.TdClassName
{
border-color: #7A1636;
}
.TagClassName
{
border-color: #7A1636;
}
</style>