Shades of Claret #791C36
Tints of Claret #791C36
RGB
CMYK
RGB Variations
Color information
#791C36 (or 0x791C36) is known color: Claret. HEX triplet: 79, 1C and 36. RGB value is (121,28,54). Sum of RGB (Red+Green+Blue) = 121+28+54=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #791C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791C36 is #86E3C9. Grayscale: #3A3A3A. Windows color (decimal): -8840138 or 3546233. OLE color: 3546233.
HSL color Cylindrical-coordinate representation of color #791C36: hue angle of 343.23º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #791C36 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 28 | 54 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.53 |
| HSL | 343.23º | 0.62% | 0.29% | - |
| HSV(B) | 343.23º | 0.77% | 0.47% | - |
| XYZ | 8.97 | 5.16 | 4.01 | - |
| YUV | 58.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 28 | 54 | 0 | 0.77 | 0.55 | 0.53 | 343.23 | 0.62 | 0.29 |
| Hex | 79 | 1C | 36 | 0 | 4D | 37 | 35 | 157 | 3E | 1D |
| Octal | 171 | 34 | 66 | 0 | 115 | 67 | 65 | 527 | 76 | 35 |
| Binary | 1111001 | 11100 | 110110 | 0 | 1001101 | 110111 | 110101 | 101010111 | 111110 | 11101 |
Color Harmonies of #791C36
Complementary color
Monochromatic Colors of #791C36
Black with #791C36
Text Example
Text Example
White with #791C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791C36; }
p { color: rgb(121,28,54); }
H1.HeaderClassName
{
color: #791C36;
}
.AnyTagClassName
{
color: #791C36;
}
</style>
background-color css
<style>
a { background-color: #791C36; }
a { background-color: rgb(121,28,54); }
div.DivClassName
{
background-color: #791C36;
}
.BgClassName
{
background-color: #791C36;
}
</style>
border-color css
<style>
span { border-color: #791C36; }
span { border-color: rgb(121,28,54); }
td.TdClassName
{
border-color: #791C36;
}
.TagClassName
{
border-color: #791C36;
}
</style>