Shades of Claret #7A122D
Tints of Claret #7A122D
RGB
CMYK
RGB Variations
Color information
#7A122D (or 0x7A122D) is known color: Claret. HEX triplet: 7A, 12 and 2D. RGB value is (122,18,45). Sum of RGB (Red+Green+Blue) = 122+18+45=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A122D is #85EDD2. Grayscale: #343434. Windows color (decimal): -8777171 or 2953850. OLE color: 2953850.
HSL color Cylindrical-coordinate representation of color #7A122D: hue angle of 344.42º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A122D is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 18 | 45 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.52 |
| HSL | 344.42º | 0.74% | 0.27% | - |
| HSV(B) | 344.42º | 0.85% | 0.48% | - |
| XYZ | 8.72 | 4.76 | 2.94 | - |
| YUV | 52.17 | 123.96 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 18 | 45 | 0 | 0.85 | 0.63 | 0.52 | 344.42 | 0.74 | 0.27 |
| Hex | 7A | 12 | 2D | 0 | 55 | 3F | 34 | 158 | 4A | 1B |
| Octal | 172 | 22 | 55 | 0 | 125 | 77 | 64 | 530 | 112 | 33 |
| Binary | 1111010 | 10010 | 101101 | 0 | 1010101 | 111111 | 110100 | 101011000 | 1001010 | 11011 |
Color Harmonies of #7A122D
Complementary color
Monochromatic Colors of #7A122D
Black with #7A122D
Text Example
Text Example
White with #7A122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A122D; }
p { color: rgb(122,18,45); }
H1.HeaderClassName
{
color: #7A122D;
}
.AnyTagClassName
{
color: #7A122D;
}
</style>
background-color css
<style>
a { background-color: #7A122D; }
a { background-color: rgb(122,18,45); }
div.DivClassName
{
background-color: #7A122D;
}
.BgClassName
{
background-color: #7A122D;
}
</style>
border-color css
<style>
span { border-color: #7A122D; }
span { border-color: rgb(122,18,45); }
td.TdClassName
{
border-color: #7A122D;
}
.TagClassName
{
border-color: #7A122D;
}
</style>