Shades of Claret #7A1630
Tints of Claret #7A1630
RGB
CMYK
RGB Variations
Color information
#7A1630 (or 0x7A1630) is known color: Claret. HEX triplet: 7A, 16 and 30. RGB value is (122,22,48). Sum of RGB (Red+Green+Blue) = 122+22+48=192 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.54% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1630 is #85E9CF. Grayscale: #363636. Windows color (decimal): -8776144 or 3151482. OLE color: 3151482.
HSL color Cylindrical-coordinate representation of color #7A1630: hue angle of 344.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A1630 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 48 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.52 |
| HSL | 344.4º | 0.69% | 0.28% | - |
| HSV(B) | 344.4º | 0.82% | 0.48% | - |
| XYZ | 8.85 | 4.92 | 3.28 | - |
| YUV | 54.86 | 124.13 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 48 | 0 | 0.82 | 0.61 | 0.52 | 344.4 | 0.69 | 0.28 |
| Hex | 7A | 16 | 30 | 0 | 52 | 3D | 34 | 158 | 45 | 1C |
| Octal | 172 | 26 | 60 | 0 | 122 | 75 | 64 | 530 | 105 | 34 |
| Binary | 1111010 | 10110 | 110000 | 0 | 1010010 | 111101 | 110100 | 101011000 | 1000101 | 11100 |
Color Harmonies of #7A1630
Complementary color
Monochromatic Colors of #7A1630
Black with #7A1630
Text Example
Text Example
White with #7A1630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1630; }
p { color: rgb(122,22,48); }
H1.HeaderClassName
{
color: #7A1630;
}
.AnyTagClassName
{
color: #7A1630;
}
</style>
background-color css
<style>
a { background-color: #7A1630; }
a { background-color: rgb(122,22,48); }
div.DivClassName
{
background-color: #7A1630;
}
.BgClassName
{
background-color: #7A1630;
}
</style>
border-color css
<style>
span { border-color: #7A1630; }
span { border-color: rgb(122,22,48); }
td.TdClassName
{
border-color: #7A1630;
}
.TagClassName
{
border-color: #7A1630;
}
</style>