Shades of Claret #7A1736
Tints of Claret #7A1736
RGB
CMYK
RGB Variations
Color information
#7A1736 (or 0x7A1736) is known color: Claret. HEX triplet: 7A, 17 and 36. RGB value is (122,23,54). Sum of RGB (Red+Green+Blue) = 122+23+54=199 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.31% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1736 is #85E8C9. Grayscale: #383838. Windows color (decimal): -8775882 or 3544954. OLE color: 3544954.
HSL color Cylindrical-coordinate representation of color #7A1736: hue angle of 341.21º 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 #7A1736 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 54 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.52 |
| HSL | 341.21º | 0.68% | 0.28% | - |
| HSV(B) | 341.21º | 0.81% | 0.48% | - |
| XYZ | 9 | 5.02 | 3.98 | - |
| YUV | 56.14 | 126.8 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 54 | 0 | 0.81 | 0.56 | 0.52 | 341.21 | 0.68 | 0.28 |
| Hex | 7A | 17 | 36 | 0 | 51 | 38 | 34 | 155 | 44 | 1C |
| Octal | 172 | 27 | 66 | 0 | 121 | 70 | 64 | 525 | 104 | 34 |
| Binary | 1111010 | 10111 | 110110 | 0 | 1010001 | 111000 | 110100 | 101010101 | 1000100 | 11100 |
Color Harmonies of #7A1736
Complementary color
Monochromatic Colors of #7A1736
Black with #7A1736
Text Example
Text Example
White with #7A1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1736; }
p { color: rgb(122,23,54); }
H1.HeaderClassName
{
color: #7A1736;
}
.AnyTagClassName
{
color: #7A1736;
}
</style>
background-color css
<style>
a { background-color: #7A1736; }
a { background-color: rgb(122,23,54); }
div.DivClassName
{
background-color: #7A1736;
}
.BgClassName
{
background-color: #7A1736;
}
</style>
border-color css
<style>
span { border-color: #7A1736; }
span { border-color: rgb(122,23,54); }
td.TdClassName
{
border-color: #7A1736;
}
.TagClassName
{
border-color: #7A1736;
}
</style>