Shades of Claret #7A1E38
Tints of Claret #7A1E38
RGB
CMYK
RGB Variations
Color information
#7A1E38 (or 0x7A1E38) is known color: Claret. HEX triplet: 7A, 1E and 38. RGB value is (122,30,56). Sum of RGB (Red+Green+Blue) = 122+30+56=208 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.65% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1E38 is #85E1C7. Grayscale: #3C3C3C. Windows color (decimal): -8774088 or 3677818. OLE color: 3677818.
HSL color Cylindrical-coordinate representation of color #7A1E38: hue angle of 343.04º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A1E38 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 30 | 56 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.52 |
| HSL | 343.04º | 0.61% | 0.3% | - |
| HSV(B) | 343.04º | 0.75% | 0.48% | - |
| XYZ | 9.2 | 5.35 | 4.29 | - |
| YUV | 60.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 30 | 56 | 0 | 0.75 | 0.54 | 0.52 | 343.04 | 0.61 | 0.3 |
| Hex | 7A | 1E | 38 | 0 | 4B | 36 | 34 | 157 | 3D | 1E |
| Octal | 172 | 36 | 70 | 0 | 113 | 66 | 64 | 527 | 75 | 36 |
| Binary | 1111010 | 11110 | 111000 | 0 | 1001011 | 110110 | 110100 | 101010111 | 111101 | 11110 |
Color Harmonies of #7A1E38
Complementary color
Monochromatic Colors of #7A1E38
Black with #7A1E38
Text Example
Text Example
White with #7A1E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1E38; }
p { color: rgb(122,30,56); }
H1.HeaderClassName
{
color: #7A1E38;
}
.AnyTagClassName
{
color: #7A1E38;
}
</style>
background-color css
<style>
a { background-color: #7A1E38; }
a { background-color: rgb(122,30,56); }
div.DivClassName
{
background-color: #7A1E38;
}
.BgClassName
{
background-color: #7A1E38;
}
</style>
border-color css
<style>
span { border-color: #7A1E38; }
span { border-color: rgb(122,30,56); }
td.TdClassName
{
border-color: #7A1E38;
}
.TagClassName
{
border-color: #7A1E38;
}
</style>