Shades of Claret #7A1531
Tints of Claret #7A1531
RGB
CMYK
RGB Variations
Color information
#7A1531 (or 0x7A1531) is known color: Claret. HEX triplet: 7A, 15 and 31. RGB value is (122,21,49). Sum of RGB (Red+Green+Blue) = 122+21+49=192 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.54% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1531 is #85EACE. Grayscale: #363636. Windows color (decimal): -8776399 or 3216762. OLE color: 3216762.
HSL color Cylindrical-coordinate representation of color #7A1531: hue angle of 343.37º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A1531 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 21 | 49 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.52 |
| HSL | 343.37º | 0.71% | 0.28% | - |
| HSV(B) | 343.37º | 0.83% | 0.48% | - |
| XYZ | 8.85 | 4.9 | 3.38 | - |
| YUV | 54.39 | 124.96 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 21 | 49 | 0 | 0.83 | 0.60 | 0.52 | 343.37 | 0.71 | 0.28 |
| Hex | 7A | 15 | 31 | 0 | 53 | 3C | 34 | 157 | 47 | 1C |
| Octal | 172 | 25 | 61 | 0 | 123 | 74 | 64 | 527 | 107 | 34 |
| Binary | 1111010 | 10101 | 110001 | 0 | 1010011 | 111100 | 110100 | 101010111 | 1000111 | 11100 |
Color Harmonies of #7A1531
Complementary color
Monochromatic Colors of #7A1531
Black with #7A1531
Text Example
Text Example
White with #7A1531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1531; }
p { color: rgb(122,21,49); }
H1.HeaderClassName
{
color: #7A1531;
}
.AnyTagClassName
{
color: #7A1531;
}
</style>
background-color css
<style>
a { background-color: #7A1531; }
a { background-color: rgb(122,21,49); }
div.DivClassName
{
background-color: #7A1531;
}
.BgClassName
{
background-color: #7A1531;
}
</style>
border-color css
<style>
span { border-color: #7A1531; }
span { border-color: rgb(122,21,49); }
td.TdClassName
{
border-color: #7A1531;
}
.TagClassName
{
border-color: #7A1531;
}
</style>