Shades of Claret #790E35
Tints of Claret #790E35
RGB
CMYK
RGB Variations
Color information
#790E35 (or 0x790E35) is known color: Claret. HEX triplet: 79, 0E and 35. RGB value is (121,14,53). Sum of RGB (Red+Green+Blue) = 121+14+53=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #790E35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790E35 is #86F1CA. Grayscale: #323232. Windows color (decimal): -8843723 or 3477113. OLE color: 3477113.
HSL color Cylindrical-coordinate representation of color #790E35: hue angle of 338.13º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790E35 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 14 | 53 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.53 |
| HSL | 338.13º | 0.79% | 0.26% | - |
| HSV(B) | 338.13º | 0.88% | 0.47% | - |
| XYZ | 8.68 | 4.64 | 3.81 | - |
| YUV | 50.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 14 | 53 | 0 | 0.88 | 0.56 | 0.53 | 338.13 | 0.79 | 0.26 |
| Hex | 79 | E | 35 | 0 | 58 | 38 | 35 | 152 | 4F | 1A |
| Octal | 171 | 16 | 65 | 0 | 130 | 70 | 65 | 522 | 117 | 32 |
| Binary | 1111001 | 1110 | 110101 | 0 | 1011000 | 111000 | 110101 | 101010010 | 1001111 | 11010 |
Color Harmonies of #790E35
Complementary color
Monochromatic Colors of #790E35
Black with #790E35
Text Example
Text Example
White with #790E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790E35; }
p { color: rgb(121,14,53); }
H1.HeaderClassName
{
color: #790E35;
}
.AnyTagClassName
{
color: #790E35;
}
</style>
background-color css
<style>
a { background-color: #790E35; }
a { background-color: rgb(121,14,53); }
div.DivClassName
{
background-color: #790E35;
}
.BgClassName
{
background-color: #790E35;
}
</style>
border-color css
<style>
span { border-color: #790E35; }
span { border-color: rgb(121,14,53); }
td.TdClassName
{
border-color: #790E35;
}
.TagClassName
{
border-color: #790E35;
}
</style>