Shades of Claret #7A213E
Tints of Claret #7A213E
RGB
CMYK
RGB Variations
Color information
#7A213E (or 0x7A213E) is known color: Claret. HEX triplet: 7A, 21 and 3E. RGB value is (122,33,62). Sum of RGB (Red+Green+Blue) = 122+33+62=217 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.22% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 122 - color contains mainly: red. Hex color #7A213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A213E is #85DEC1. Grayscale: #3E3E3E. Windows color (decimal): -8773314 or 4071802. OLE color: 4071802.
HSL color Cylindrical-coordinate representation of color #7A213E: hue angle of 340.45º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A213E is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 33 | 62 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.52 |
| HSL | 340.45º | 0.57% | 0.3% | - |
| HSV(B) | 340.45º | 0.73% | 0.48% | - |
| XYZ | 9.44 | 5.57 | 5.14 | - |
| YUV | 62.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 62 | 0 | 0.73 | 0.49 | 0.52 | 340.45 | 0.57 | 0.3 |
| Hex | 7A | 21 | 3E | 0 | 49 | 31 | 34 | 154 | 39 | 1E |
| Octal | 172 | 41 | 76 | 0 | 111 | 61 | 64 | 524 | 71 | 36 |
| Binary | 1111010 | 100001 | 111110 | 0 | 1001001 | 110001 | 110100 | 101010100 | 111001 | 11110 |
Color Harmonies of #7A213E
Complementary color
Monochromatic Colors of #7A213E
Black with #7A213E
Text Example
Text Example
White with #7A213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A213E; }
p { color: rgb(122,33,62); }
H1.HeaderClassName
{
color: #7A213E;
}
.AnyTagClassName
{
color: #7A213E;
}
</style>
background-color css
<style>
a { background-color: #7A213E; }
a { background-color: rgb(122,33,62); }
div.DivClassName
{
background-color: #7A213E;
}
.BgClassName
{
background-color: #7A213E;
}
</style>
border-color css
<style>
span { border-color: #7A213E; }
span { border-color: rgb(122,33,62); }
td.TdClassName
{
border-color: #7A213E;
}
.TagClassName
{
border-color: #7A213E;
}
</style>