Shades of Claret #7A213D
Tints of Claret #7A213D
RGB
CMYK
RGB Variations
Color information
#7A213D (or 0x7A213D) is known color: Claret. HEX triplet: 7A, 21 and 3D. RGB value is (122,33,61). Sum of RGB (Red+Green+Blue) = 122+33+61=216 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.48% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 122 - color contains mainly: red. Hex color #7A213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A213D is #85DEC2. Grayscale: #3E3E3E. Windows color (decimal): -8773315 or 4006266. OLE color: 4006266.
HSL color Cylindrical-coordinate representation of color #7A213D: hue angle of 341.12º 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 #7A213D is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 33 | 61 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.52 |
| HSL | 341.12º | 0.57% | 0.3% | - |
| HSV(B) | 341.12º | 0.73% | 0.48% | - |
| XYZ | 9.41 | 5.56 | 4.99 | - |
| YUV | 62.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 61 | 0 | 0.73 | 0.50 | 0.52 | 341.12 | 0.57 | 0.3 |
| Hex | 7A | 21 | 3D | 0 | 49 | 32 | 34 | 155 | 39 | 1E |
| Octal | 172 | 41 | 75 | 0 | 111 | 62 | 64 | 525 | 71 | 36 |
| Binary | 1111010 | 100001 | 111101 | 0 | 1001001 | 110010 | 110100 | 101010101 | 111001 | 11110 |
Color Harmonies of #7A213D
Complementary color
Monochromatic Colors of #7A213D
Black with #7A213D
Text Example
Text Example
White with #7A213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A213D; }
p { color: rgb(122,33,61); }
H1.HeaderClassName
{
color: #7A213D;
}
.AnyTagClassName
{
color: #7A213D;
}
</style>
background-color css
<style>
a { background-color: #7A213D; }
a { background-color: rgb(122,33,61); }
div.DivClassName
{
background-color: #7A213D;
}
.BgClassName
{
background-color: #7A213D;
}
</style>
border-color css
<style>
span { border-color: #7A213D; }
span { border-color: rgb(122,33,61); }
td.TdClassName
{
border-color: #7A213D;
}
.TagClassName
{
border-color: #7A213D;
}
</style>