Shades of Claret #771C39
Tints of Claret #771C39
RGB
CMYK
RGB Variations
Color information
#771C39 (or 0x771C39) is known color: Claret. HEX triplet: 77, 1C and 39. RGB value is (119,28,57). Sum of RGB (Red+Green+Blue) = 119+28+57=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #771C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C39 is #88E3C6. Grayscale: #3A3A3A. Windows color (decimal): -8971207 or 3742839. OLE color: 3742839.
HSL color Cylindrical-coordinate representation of color #771C39: hue angle of 340.88º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771C39 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 57 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.53 |
| HSL | 340.88º | 0.62% | 0.29% | - |
| HSV(B) | 340.88º | 0.76% | 0.47% | - |
| XYZ | 8.76 | 5.05 | 4.38 | - |
| YUV | 58.52 | 127.15 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 57 | 0 | 0.76 | 0.52 | 0.53 | 340.88 | 0.62 | 0.29 |
| Hex | 77 | 1C | 39 | 0 | 4C | 34 | 35 | 155 | 3E | 1D |
| Octal | 167 | 34 | 71 | 0 | 114 | 64 | 65 | 525 | 76 | 35 |
| Binary | 1110111 | 11100 | 111001 | 0 | 1001100 | 110100 | 110101 | 101010101 | 111110 | 11101 |
Color Harmonies of #771C39
Complementary color
Monochromatic Colors of #771C39
Black with #771C39
Text Example
Text Example
White with #771C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C39; }
p { color: rgb(119,28,57); }
H1.HeaderClassName
{
color: #771C39;
}
.AnyTagClassName
{
color: #771C39;
}
</style>
background-color css
<style>
a { background-color: #771C39; }
a { background-color: rgb(119,28,57); }
div.DivClassName
{
background-color: #771C39;
}
.BgClassName
{
background-color: #771C39;
}
</style>
border-color css
<style>
span { border-color: #771C39; }
span { border-color: rgb(119,28,57); }
td.TdClassName
{
border-color: #771C39;
}
.TagClassName
{
border-color: #771C39;
}
</style>