Shades of Claret #771731
Tints of Claret #771731
RGB
CMYK
RGB Variations
Color information
#771731 (or 0x771731) is known color: Claret. HEX triplet: 77, 17 and 31. RGB value is (119,23,49). Sum of RGB (Red+Green+Blue) = 119+23+49=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #771731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771731 is #88E8CE. Grayscale: #363636. Windows color (decimal): -8972495 or 3217271. OLE color: 3217271.
HSL color Cylindrical-coordinate representation of color #771731: hue angle of 343.75º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771731 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 23 | 49 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.53 |
| HSL | 343.75º | 0.68% | 0.28% | - |
| HSV(B) | 343.75º | 0.81% | 0.47% | - |
| XYZ | 8.47 | 4.76 | 3.38 | - |
| YUV | 54.67 | 124.8 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 23 | 49 | 0 | 0.81 | 0.59 | 0.53 | 343.75 | 0.68 | 0.28 |
| Hex | 77 | 17 | 31 | 0 | 51 | 3B | 35 | 158 | 44 | 1C |
| Octal | 167 | 27 | 61 | 0 | 121 | 73 | 65 | 530 | 104 | 34 |
| Binary | 1110111 | 10111 | 110001 | 0 | 1010001 | 111011 | 110101 | 101011000 | 1000100 | 11100 |
Color Harmonies of #771731
Complementary color
Monochromatic Colors of #771731
Black with #771731
Text Example
Text Example
White with #771731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771731; }
p { color: rgb(119,23,49); }
H1.HeaderClassName
{
color: #771731;
}
.AnyTagClassName
{
color: #771731;
}
</style>
background-color css
<style>
a { background-color: #771731; }
a { background-color: rgb(119,23,49); }
div.DivClassName
{
background-color: #771731;
}
.BgClassName
{
background-color: #771731;
}
</style>
border-color css
<style>
span { border-color: #771731; }
span { border-color: rgb(119,23,49); }
td.TdClassName
{
border-color: #771731;
}
.TagClassName
{
border-color: #771731;
}
</style>