Shades of Claret #7A173A
Tints of Claret #7A173A
RGB
CMYK
RGB Variations
Color information
#7A173A (or 0x7A173A) is known color: Claret. HEX triplet: 7A, 17 and 3A. RGB value is (122,23,58). Sum of RGB (Red+Green+Blue) = 122+23+58=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A173A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A173A is #85E8C5. Grayscale: #383838. Windows color (decimal): -8775878 or 3807098. OLE color: 3807098.
HSL color Cylindrical-coordinate representation of color #7A173A: hue angle of 338.79º 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 #7A173A is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 58 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.52 |
| HSL | 338.79º | 0.68% | 0.28% | - |
| HSV(B) | 338.79º | 0.81% | 0.48% | - |
| XYZ | 9.1 | 5.06 | 4.5 | - |
| YUV | 56.59 | 128.8 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 58 | 0 | 0.81 | 0.52 | 0.52 | 338.79 | 0.68 | 0.28 |
| Hex | 7A | 17 | 3A | 0 | 51 | 34 | 34 | 153 | 44 | 1C |
| Octal | 172 | 27 | 72 | 0 | 121 | 64 | 64 | 523 | 104 | 34 |
| Binary | 1111010 | 10111 | 111010 | 0 | 1010001 | 110100 | 110100 | 101010011 | 1000100 | 11100 |
Color Harmonies of #7A173A
Complementary color
Monochromatic Colors of #7A173A
Black with #7A173A
Text Example
Text Example
White with #7A173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A173A; }
p { color: rgb(122,23,58); }
H1.HeaderClassName
{
color: #7A173A;
}
.AnyTagClassName
{
color: #7A173A;
}
</style>
background-color css
<style>
a { background-color: #7A173A; }
a { background-color: rgb(122,23,58); }
div.DivClassName
{
background-color: #7A173A;
}
.BgClassName
{
background-color: #7A173A;
}
</style>
border-color css
<style>
span { border-color: #7A173A; }
span { border-color: rgb(122,23,58); }
td.TdClassName
{
border-color: #7A173A;
}
.TagClassName
{
border-color: #7A173A;
}
</style>