Shades of Claret #7A193B
Tints of Claret #7A193B
RGB
CMYK
RGB Variations
Color information
#7A193B (or 0x7A193B) is known color: Claret. HEX triplet: 7A, 19 and 3B. RGB value is (122,25,59). Sum of RGB (Red+Green+Blue) = 122+25+59=206 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.22% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 122 - color contains mainly: red. Hex color #7A193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A193B is #85E6C4. Grayscale: #393939. Windows color (decimal): -8775365 or 3873146. OLE color: 3873146.
HSL color Cylindrical-coordinate representation of color #7A193B: hue angle of 338.97º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A193B is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 25 | 59 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.52 |
| HSL | 338.97º | 0.66% | 0.29% | - |
| HSV(B) | 338.97º | 0.8% | 0.48% | - |
| XYZ | 9.16 | 5.15 | 4.65 | - |
| YUV | 57.88 | 128.64 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 59 | 0 | 0.80 | 0.52 | 0.52 | 338.97 | 0.66 | 0.29 |
| Hex | 7A | 19 | 3B | 0 | 50 | 34 | 34 | 153 | 42 | 1D |
| Octal | 172 | 31 | 73 | 0 | 120 | 64 | 64 | 523 | 102 | 35 |
| Binary | 1111010 | 11001 | 111011 | 0 | 1010000 | 110100 | 110100 | 101010011 | 1000010 | 11101 |
Color Harmonies of #7A193B
Complementary color
Monochromatic Colors of #7A193B
Black with #7A193B
Text Example
Text Example
White with #7A193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A193B; }
p { color: rgb(122,25,59); }
H1.HeaderClassName
{
color: #7A193B;
}
.AnyTagClassName
{
color: #7A193B;
}
</style>
background-color css
<style>
a { background-color: #7A193B; }
a { background-color: rgb(122,25,59); }
div.DivClassName
{
background-color: #7A193B;
}
.BgClassName
{
background-color: #7A193B;
}
</style>
border-color css
<style>
span { border-color: #7A193B; }
span { border-color: rgb(122,25,59); }
td.TdClassName
{
border-color: #7A193B;
}
.TagClassName
{
border-color: #7A193B;
}
</style>