Shades of Claret #7A1130
Tints of Claret #7A1130
RGB
CMYK
RGB Variations
Color information
#7A1130 (or 0x7A1130) is known color: Claret. HEX triplet: 7A, 11 and 30. RGB value is (122,17,48). Sum of RGB (Red+Green+Blue) = 122+17+48=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1130 is #85EECF. Grayscale: #333333. Windows color (decimal): -8777424 or 3150202. OLE color: 3150202.
HSL color Cylindrical-coordinate representation of color #7A1130: hue angle of 342.29º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1130 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 17 | 48 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.52 |
| HSL | 342.29º | 0.76% | 0.27% | - |
| HSV(B) | 342.29º | 0.86% | 0.48% | - |
| XYZ | 8.76 | 4.75 | 3.25 | - |
| YUV | 51.93 | 125.79 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 17 | 48 | 0 | 0.86 | 0.61 | 0.52 | 342.29 | 0.76 | 0.27 |
| Hex | 7A | 11 | 30 | 0 | 56 | 3D | 34 | 156 | 4C | 1B |
| Octal | 172 | 21 | 60 | 0 | 126 | 75 | 64 | 526 | 114 | 33 |
| Binary | 1111010 | 10001 | 110000 | 0 | 1010110 | 111101 | 110100 | 101010110 | 1001100 | 11011 |
Color Harmonies of #7A1130
Complementary color
Monochromatic Colors of #7A1130
Black with #7A1130
Text Example
Text Example
White with #7A1130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1130; }
p { color: rgb(122,17,48); }
H1.HeaderClassName
{
color: #7A1130;
}
.AnyTagClassName
{
color: #7A1130;
}
</style>
background-color css
<style>
a { background-color: #7A1130; }
a { background-color: rgb(122,17,48); }
div.DivClassName
{
background-color: #7A1130;
}
.BgClassName
{
background-color: #7A1130;
}
</style>
border-color css
<style>
span { border-color: #7A1130; }
span { border-color: rgb(122,17,48); }
td.TdClassName
{
border-color: #7A1130;
}
.TagClassName
{
border-color: #7A1130;
}
</style>