Shades of Claret #7A132D
Tints of Claret #7A132D
RGB
CMYK
RGB Variations
Color information
#7A132D (or 0x7A132D) is known color: Claret. HEX triplet: 7A, 13 and 2D. RGB value is (122,19,45). Sum of RGB (Red+Green+Blue) = 122+19+45=186 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.59% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 122 - color contains mainly: red. Hex color #7A132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A132D is #85ECD2. Grayscale: #343434. Windows color (decimal): -8776915 or 2954106. OLE color: 2954106.
HSL color Cylindrical-coordinate representation of color #7A132D: hue angle of 344.85º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A132D is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 19 | 45 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.52 |
| HSL | 344.85º | 0.73% | 0.28% | - |
| HSV(B) | 344.85º | 0.84% | 0.48% | - |
| XYZ | 8.73 | 4.79 | 2.95 | - |
| YUV | 52.76 | 123.62 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 19 | 45 | 0 | 0.84 | 0.63 | 0.52 | 344.85 | 0.73 | 0.28 |
| Hex | 7A | 13 | 2D | 0 | 54 | 3F | 34 | 159 | 49 | 1C |
| Octal | 172 | 23 | 55 | 0 | 124 | 77 | 64 | 531 | 111 | 34 |
| Binary | 1111010 | 10011 | 101101 | 0 | 1010100 | 111111 | 110100 | 101011001 | 1001001 | 11100 |
Color Harmonies of #7A132D
Complementary color
Monochromatic Colors of #7A132D
Black with #7A132D
Text Example
Text Example
White with #7A132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A132D; }
p { color: rgb(122,19,45); }
H1.HeaderClassName
{
color: #7A132D;
}
.AnyTagClassName
{
color: #7A132D;
}
</style>
background-color css
<style>
a { background-color: #7A132D; }
a { background-color: rgb(122,19,45); }
div.DivClassName
{
background-color: #7A132D;
}
.BgClassName
{
background-color: #7A132D;
}
</style>
border-color css
<style>
span { border-color: #7A132D; }
span { border-color: rgb(122,19,45); }
td.TdClassName
{
border-color: #7A132D;
}
.TagClassName
{
border-color: #7A132D;
}
</style>