Shades of Claret #771A31
Tints of Claret #771A31
RGB
CMYK
RGB Variations
Color information
#771A31 (or 0x771A31) is known color: Claret. HEX triplet: 77, 1A and 31. RGB value is (119,26,49). Sum of RGB (Red+Green+Blue) = 119+26+49=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #771A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A31 is #88E5CE. Grayscale: #383838. Windows color (decimal): -8971727 or 3218039. OLE color: 3218039.
HSL color Cylindrical-coordinate representation of color #771A31: hue angle of 345.16º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771A31 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 26 | 49 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.53 |
| HSL | 345.16º | 0.64% | 0.28% | - |
| HSV(B) | 345.16º | 0.78% | 0.47% | - |
| XYZ | 8.53 | 4.88 | 3.4 | - |
| YUV | 56.43 | 123.81 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 26 | 49 | 0 | 0.78 | 0.59 | 0.53 | 345.16 | 0.64 | 0.28 |
| Hex | 77 | 1A | 31 | 0 | 4E | 3B | 35 | 159 | 40 | 1C |
| Octal | 167 | 32 | 61 | 0 | 116 | 73 | 65 | 531 | 100 | 34 |
| Binary | 1110111 | 11010 | 110001 | 0 | 1001110 | 111011 | 110101 | 101011001 | 1000000 | 11100 |
Color Harmonies of #771A31
Complementary color
Monochromatic Colors of #771A31
Black with #771A31
Text Example
Text Example
White with #771A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771A31; }
p { color: rgb(119,26,49); }
H1.HeaderClassName
{
color: #771A31;
}
.AnyTagClassName
{
color: #771A31;
}
</style>
background-color css
<style>
a { background-color: #771A31; }
a { background-color: rgb(119,26,49); }
div.DivClassName
{
background-color: #771A31;
}
.BgClassName
{
background-color: #771A31;
}
</style>
border-color css
<style>
span { border-color: #771A31; }
span { border-color: rgb(119,26,49); }
td.TdClassName
{
border-color: #771A31;
}
.TagClassName
{
border-color: #771A31;
}
</style>