Shades of Claret #79122D
Tints of Claret #79122D
RGB
CMYK
RGB Variations
Color information
#79122D (or 0x79122D) is known color: Claret. HEX triplet: 79, 12 and 2D. RGB value is (121,18,45). Sum of RGB (Red+Green+Blue) = 121+18+45=184 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.76% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 121 - color contains mainly: red. Hex color #79122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79122D is #86EDD2. Grayscale: #333333. Windows color (decimal): -8842707 or 2953849. OLE color: 2953849.
HSL color Cylindrical-coordinate representation of color #79122D: hue angle of 344.27º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #79122D is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 18 | 45 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.53 |
| HSL | 344.27º | 0.74% | 0.27% | - |
| HSV(B) | 344.27º | 0.85% | 0.47% | - |
| XYZ | 8.58 | 4.69 | 2.94 | - |
| YUV | 51.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 18 | 45 | 0 | 0.85 | 0.63 | 0.53 | 344.27 | 0.74 | 0.27 |
| Hex | 79 | 12 | 2D | 0 | 55 | 3F | 35 | 158 | 4A | 1B |
| Octal | 171 | 22 | 55 | 0 | 125 | 77 | 65 | 530 | 112 | 33 |
| Binary | 1111001 | 10010 | 101101 | 0 | 1010101 | 111111 | 110101 | 101011000 | 1001010 | 11011 |
Color Harmonies of #79122D
Complementary color
Monochromatic Colors of #79122D
Black with #79122D
Text Example
Text Example
White with #79122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79122D; }
p { color: rgb(121,18,45); }
H1.HeaderClassName
{
color: #79122D;
}
.AnyTagClassName
{
color: #79122D;
}
</style>
background-color css
<style>
a { background-color: #79122D; }
a { background-color: rgb(121,18,45); }
div.DivClassName
{
background-color: #79122D;
}
.BgClassName
{
background-color: #79122D;
}
</style>
border-color css
<style>
span { border-color: #79122D; }
span { border-color: rgb(121,18,45); }
td.TdClassName
{
border-color: #79122D;
}
.TagClassName
{
border-color: #79122D;
}
</style>