Shades of Claret #771D39
Tints of Claret #771D39
RGB
CMYK
RGB Variations
Color information
#771D39 (or 0x771D39) is known color: Claret. HEX triplet: 77, 1D and 39. RGB value is (119,29,57). Sum of RGB (Red+Green+Blue) = 119+29+57=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #771D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D39 is #88E2C6. Grayscale: #3B3B3B. Windows color (decimal): -8970951 or 3743095. OLE color: 3743095.
HSL color Cylindrical-coordinate representation of color #771D39: hue angle of 341.33º degrees, saturation: 0.61, 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 #771D39 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 57 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.53 |
| HSL | 341.33º | 0.61% | 0.29% | - |
| HSV(B) | 341.33º | 0.76% | 0.47% | - |
| XYZ | 8.79 | 5.1 | 4.39 | - |
| YUV | 59.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 57 | 0 | 0.76 | 0.52 | 0.53 | 341.33 | 0.61 | 0.29 |
| Hex | 77 | 1D | 39 | 0 | 4C | 34 | 35 | 155 | 3D | 1D |
| Octal | 167 | 35 | 71 | 0 | 114 | 64 | 65 | 525 | 75 | 35 |
| Binary | 1110111 | 11101 | 111001 | 0 | 1001100 | 110100 | 110101 | 101010101 | 111101 | 11101 |
Color Harmonies of #771D39
Complementary color
Monochromatic Colors of #771D39
Black with #771D39
Text Example
Text Example
White with #771D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D39; }
p { color: rgb(119,29,57); }
H1.HeaderClassName
{
color: #771D39;
}
.AnyTagClassName
{
color: #771D39;
}
</style>
background-color css
<style>
a { background-color: #771D39; }
a { background-color: rgb(119,29,57); }
div.DivClassName
{
background-color: #771D39;
}
.BgClassName
{
background-color: #771D39;
}
</style>
border-color css
<style>
span { border-color: #771D39; }
span { border-color: rgb(119,29,57); }
td.TdClassName
{
border-color: #771D39;
}
.TagClassName
{
border-color: #771D39;
}
</style>