Shades of Claret #79163A
Tints of Claret #79163A
RGB
CMYK
RGB Variations
Color information
#79163A (or 0x79163A) is known color: Claret. HEX triplet: 79, 16 and 3A. RGB value is (121,22,58). Sum of RGB (Red+Green+Blue) = 121+22+58=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #79163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79163A is #86E9C5. Grayscale: #373737. Windows color (decimal): -8841670 or 3806841. OLE color: 3806841.
HSL color Cylindrical-coordinate representation of color #79163A: hue angle of 338.18º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #79163A is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 22 | 58 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.53 |
| HSL | 338.18º | 0.69% | 0.28% | - |
| HSV(B) | 338.18º | 0.82% | 0.47% | - |
| XYZ | 8.94 | 4.94 | 4.49 | - |
| YUV | 55.71 | 129.3 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 22 | 58 | 0 | 0.82 | 0.52 | 0.53 | 338.18 | 0.69 | 0.28 |
| Hex | 79 | 16 | 3A | 0 | 52 | 34 | 35 | 152 | 45 | 1C |
| Octal | 171 | 26 | 72 | 0 | 122 | 64 | 65 | 522 | 105 | 34 |
| Binary | 1111001 | 10110 | 111010 | 0 | 1010010 | 110100 | 110101 | 101010010 | 1000101 | 11100 |
Color Harmonies of #79163A
Complementary color
Monochromatic Colors of #79163A
Black with #79163A
Text Example
Text Example
White with #79163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79163A; }
p { color: rgb(121,22,58); }
H1.HeaderClassName
{
color: #79163A;
}
.AnyTagClassName
{
color: #79163A;
}
</style>
background-color css
<style>
a { background-color: #79163A; }
a { background-color: rgb(121,22,58); }
div.DivClassName
{
background-color: #79163A;
}
.BgClassName
{
background-color: #79163A;
}
</style>
border-color css
<style>
span { border-color: #79163A; }
span { border-color: rgb(121,22,58); }
td.TdClassName
{
border-color: #79163A;
}
.TagClassName
{
border-color: #79163A;
}
</style>