Shades of Claret #79183A
Tints of Claret #79183A
RGB
CMYK
RGB Variations
Color information
#79183A (or 0x79183A) is known color: Claret. HEX triplet: 79, 18 and 3A. RGB value is (121,24,58). Sum of RGB (Red+Green+Blue) = 121+24+58=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #79183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79183A is #86E7C5. Grayscale: #383838. Windows color (decimal): -8841158 or 3807353. OLE color: 3807353.
HSL color Cylindrical-coordinate representation of color #79183A: hue angle of 338.97º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #79183A is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 24 | 58 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.53 |
| HSL | 338.97º | 0.67% | 0.28% | - |
| HSV(B) | 338.97º | 0.8% | 0.47% | - |
| XYZ | 8.98 | 5.02 | 4.5 | - |
| YUV | 56.88 | 128.64 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 24 | 58 | 0 | 0.80 | 0.52 | 0.53 | 338.97 | 0.67 | 0.28 |
| Hex | 79 | 18 | 3A | 0 | 50 | 34 | 35 | 153 | 43 | 1C |
| Octal | 171 | 30 | 72 | 0 | 120 | 64 | 65 | 523 | 103 | 34 |
| Binary | 1111001 | 11000 | 111010 | 0 | 1010000 | 110100 | 110101 | 101010011 | 1000011 | 11100 |
Color Harmonies of #79183A
Complementary color
Monochromatic Colors of #79183A
Black with #79183A
Text Example
Text Example
White with #79183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79183A; }
p { color: rgb(121,24,58); }
H1.HeaderClassName
{
color: #79183A;
}
.AnyTagClassName
{
color: #79183A;
}
</style>
background-color css
<style>
a { background-color: #79183A; }
a { background-color: rgb(121,24,58); }
div.DivClassName
{
background-color: #79183A;
}
.BgClassName
{
background-color: #79183A;
}
</style>
border-color css
<style>
span { border-color: #79183A; }
span { border-color: rgb(121,24,58); }
td.TdClassName
{
border-color: #79183A;
}
.TagClassName
{
border-color: #79183A;
}
</style>