Shades of Claret #771F3C
Tints of Claret #771F3C
RGB
CMYK
RGB Variations
Color information
#771F3C (or 0x771F3C) is known color: Claret. HEX triplet: 77, 1F and 3C. RGB value is (119,31,60). Sum of RGB (Red+Green+Blue) = 119+31+60=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #771F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771F3C is #88E0C3. Grayscale: #3C3C3C. Windows color (decimal): -8970436 or 3940215. OLE color: 3940215.
HSL color Cylindrical-coordinate representation of color #771F3C: hue angle of 340.23º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #771F3C is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 31 | 60 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.53 |
| HSL | 340.23º | 0.59% | 0.29% | - |
| HSV(B) | 340.23º | 0.74% | 0.47% | - |
| XYZ | 8.91 | 5.23 | 4.81 | - |
| YUV | 60.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 31 | 60 | 0 | 0.74 | 0.50 | 0.53 | 340.23 | 0.59 | 0.29 |
| Hex | 77 | 1F | 3C | 0 | 4A | 32 | 35 | 154 | 3B | 1D |
| Octal | 167 | 37 | 74 | 0 | 112 | 62 | 65 | 524 | 73 | 35 |
| Binary | 1110111 | 11111 | 111100 | 0 | 1001010 | 110010 | 110101 | 101010100 | 111011 | 11101 |
Color Harmonies of #771F3C
Complementary color
Monochromatic Colors of #771F3C
Black with #771F3C
Text Example
Text Example
White with #771F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771F3C; }
p { color: rgb(119,31,60); }
H1.HeaderClassName
{
color: #771F3C;
}
.AnyTagClassName
{
color: #771F3C;
}
</style>
background-color css
<style>
a { background-color: #771F3C; }
a { background-color: rgb(119,31,60); }
div.DivClassName
{
background-color: #771F3C;
}
.BgClassName
{
background-color: #771F3C;
}
</style>
border-color css
<style>
span { border-color: #771F3C; }
span { border-color: rgb(119,31,60); }
td.TdClassName
{
border-color: #771F3C;
}
.TagClassName
{
border-color: #771F3C;
}
</style>