Shades of Claret #7A1E35
Tints of Claret #7A1E35
RGB
CMYK
RGB Variations
Color information
#7A1E35 (or 0x7A1E35) is known color: Claret. HEX triplet: 7A, 1E and 35. RGB value is (122,30,53). Sum of RGB (Red+Green+Blue) = 122+30+53=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1E35 is #85E1CA. Grayscale: #3C3C3C. Windows color (decimal): -8774091 or 3481210. OLE color: 3481210.
HSL color Cylindrical-coordinate representation of color #7A1E35: hue angle of 345º 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 #7A1E35 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 30 | 53 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.52 |
| HSL | 345º | 0.61% | 0.3% | - |
| HSV(B) | 345º | 0.75% | 0.48% | - |
| XYZ | 9.13 | 5.32 | 3.91 | - |
| YUV | 60.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 30 | 53 | 0 | 0.75 | 0.57 | 0.52 | 345 | 0.61 | 0.3 |
| Hex | 7A | 1E | 35 | 0 | 4B | 39 | 34 | 159 | 3D | 1E |
| Octal | 172 | 36 | 65 | 0 | 113 | 71 | 64 | 531 | 75 | 36 |
| Binary | 1111010 | 11110 | 110101 | 0 | 1001011 | 111001 | 110100 | 101011001 | 111101 | 11110 |
Color Harmonies of #7A1E35
Complementary color
Monochromatic Colors of #7A1E35
Black with #7A1E35
Text Example
Text Example
White with #7A1E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1E35; }
p { color: rgb(122,30,53); }
H1.HeaderClassName
{
color: #7A1E35;
}
.AnyTagClassName
{
color: #7A1E35;
}
</style>
background-color css
<style>
a { background-color: #7A1E35; }
a { background-color: rgb(122,30,53); }
div.DivClassName
{
background-color: #7A1E35;
}
.BgClassName
{
background-color: #7A1E35;
}
</style>
border-color css
<style>
span { border-color: #7A1E35; }
span { border-color: rgb(122,30,53); }
td.TdClassName
{
border-color: #7A1E35;
}
.TagClassName
{
border-color: #7A1E35;
}
</style>