Shades of Claret #7A1632
Tints of Claret #7A1632
RGB
CMYK
RGB Variations
Color information
#7A1632 (or 0x7A1632) is known color: Claret. HEX triplet: 7A, 16 and 32. RGB value is (122,22,50). Sum of RGB (Red+Green+Blue) = 122+22+50=194 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.89% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1632 is #85E9CD. Grayscale: #373737. Windows color (decimal): -8776142 or 3282554. OLE color: 3282554.
HSL color Cylindrical-coordinate representation of color #7A1632: hue angle of 343.2º 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 #7A1632 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 50 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.52 |
| HSL | 343.2º | 0.69% | 0.28% | - |
| HSV(B) | 343.2º | 0.82% | 0.48% | - |
| XYZ | 8.89 | 4.94 | 3.5 | - |
| YUV | 55.09 | 125.13 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 50 | 0 | 0.82 | 0.59 | 0.52 | 343.2 | 0.69 | 0.28 |
| Hex | 7A | 16 | 32 | 0 | 52 | 3B | 34 | 157 | 45 | 1C |
| Octal | 172 | 26 | 62 | 0 | 122 | 73 | 64 | 527 | 105 | 34 |
| Binary | 1111010 | 10110 | 110010 | 0 | 1010010 | 111011 | 110100 | 101010111 | 1000101 | 11100 |
Color Harmonies of #7A1632
Complementary color
Monochromatic Colors of #7A1632
Black with #7A1632
Text Example
Text Example
White with #7A1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1632; }
p { color: rgb(122,22,50); }
H1.HeaderClassName
{
color: #7A1632;
}
.AnyTagClassName
{
color: #7A1632;
}
</style>
background-color css
<style>
a { background-color: #7A1632; }
a { background-color: rgb(122,22,50); }
div.DivClassName
{
background-color: #7A1632;
}
.BgClassName
{
background-color: #7A1632;
}
</style>
border-color css
<style>
span { border-color: #7A1632; }
span { border-color: rgb(122,22,50); }
td.TdClassName
{
border-color: #7A1632;
}
.TagClassName
{
border-color: #7A1632;
}
</style>