Shades of Claret #790F36
Tints of Claret #790F36
RGB
CMYK
RGB Variations
Color information
#790F36 (or 0x790F36) is known color: Claret. HEX triplet: 79, 0F and 36. RGB value is (121,15,54). Sum of RGB (Red+Green+Blue) = 121+15+54=190 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.68% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 121 - color contains mainly: red. Hex color #790F36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790F36 is #86F0C9. Grayscale: #333333. Windows color (decimal): -8843466 or 3542905. OLE color: 3542905.
HSL color Cylindrical-coordinate representation of color #790F36: hue angle of 337.92º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790F36 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 15 | 54 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.53 |
| HSL | 337.92º | 0.78% | 0.27% | - |
| HSV(B) | 337.92º | 0.88% | 0.47% | - |
| XYZ | 8.72 | 4.67 | 3.93 | - |
| YUV | 51.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 54 | 0 | 0.88 | 0.55 | 0.53 | 337.92 | 0.78 | 0.27 |
| Hex | 79 | F | 36 | 0 | 58 | 37 | 35 | 152 | 4E | 1B |
| Octal | 171 | 17 | 66 | 0 | 130 | 67 | 65 | 522 | 116 | 33 |
| Binary | 1111001 | 1111 | 110110 | 0 | 1011000 | 110111 | 110101 | 101010010 | 1001110 | 11011 |
Color Harmonies of #790F36
Complementary color
Monochromatic Colors of #790F36
Black with #790F36
Text Example
Text Example
White with #790F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790F36; }
p { color: rgb(121,15,54); }
H1.HeaderClassName
{
color: #790F36;
}
.AnyTagClassName
{
color: #790F36;
}
</style>
background-color css
<style>
a { background-color: #790F36; }
a { background-color: rgb(121,15,54); }
div.DivClassName
{
background-color: #790F36;
}
.BgClassName
{
background-color: #790F36;
}
</style>
border-color css
<style>
span { border-color: #790F36; }
span { border-color: rgb(121,15,54); }
td.TdClassName
{
border-color: #790F36;
}
.TagClassName
{
border-color: #790F36;
}
</style>