Shades of Claret #79193C
Tints of Claret #79193C
RGB
CMYK
RGB Variations
Color information
#79193C (or 0x79193C) is known color: Claret. HEX triplet: 79, 19 and 3C. RGB value is (121,25,60). Sum of RGB (Red+Green+Blue) = 121+25+60=206 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.74% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 121 - color contains mainly: red. Hex color #79193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79193C is #86E6C3. Grayscale: #393939. Windows color (decimal): -8840900 or 3938681. OLE color: 3938681.
HSL color Cylindrical-coordinate representation of color #79193C: hue angle of 338.12º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #79193C is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 25 | 60 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.53 |
| HSL | 338.13º | 0.66% | 0.29% | - |
| HSV(B) | 338.13º | 0.79% | 0.47% | - |
| XYZ | 9.05 | 5.09 | 4.78 | - |
| YUV | 57.69 | 129.3 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 25 | 60 | 0 | 0.79 | 0.50 | 0.53 | 338.13 | 0.66 | 0.29 |
| Hex | 79 | 19 | 3C | 0 | 4F | 32 | 35 | 152 | 42 | 1D |
| Octal | 171 | 31 | 74 | 0 | 117 | 62 | 65 | 522 | 102 | 35 |
| Binary | 1111001 | 11001 | 111100 | 0 | 1001111 | 110010 | 110101 | 101010010 | 1000010 | 11101 |
Color Harmonies of #79193C
Complementary color
Monochromatic Colors of #79193C
Black with #79193C
Text Example
Text Example
White with #79193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79193C; }
p { color: rgb(121,25,60); }
H1.HeaderClassName
{
color: #79193C;
}
.AnyTagClassName
{
color: #79193C;
}
</style>
background-color css
<style>
a { background-color: #79193C; }
a { background-color: rgb(121,25,60); }
div.DivClassName
{
background-color: #79193C;
}
.BgClassName
{
background-color: #79193C;
}
</style>
border-color css
<style>
span { border-color: #79193C; }
span { border-color: rgb(121,25,60); }
td.TdClassName
{
border-color: #79193C;
}
.TagClassName
{
border-color: #79193C;
}
</style>