Shades of Claret #771D3A
Tints of Claret #771D3A
RGB
CMYK
RGB Variations
Color information
#771D3A (or 0x771D3A) is known color: Claret. HEX triplet: 77, 1D and 3A. RGB value is (119,29,58). Sum of RGB (Red+Green+Blue) = 119+29+58=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #771D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D3A is #88E2C5. Grayscale: #3B3B3B. Windows color (decimal): -8970950 or 3808631. OLE color: 3808631.
HSL color Cylindrical-coordinate representation of color #771D3A: hue angle of 340.67º 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 #771D3A is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 58 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.53 |
| HSL | 340.67º | 0.61% | 0.29% | - |
| HSV(B) | 340.67º | 0.76% | 0.47% | - |
| XYZ | 8.81 | 5.11 | 4.52 | - |
| YUV | 59.22 | 127.32 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 58 | 0 | 0.76 | 0.51 | 0.53 | 340.67 | 0.61 | 0.29 |
| Hex | 77 | 1D | 3A | 0 | 4C | 33 | 35 | 155 | 3D | 1D |
| Octal | 167 | 35 | 72 | 0 | 114 | 63 | 65 | 525 | 75 | 35 |
| Binary | 1110111 | 11101 | 111010 | 0 | 1001100 | 110011 | 110101 | 101010101 | 111101 | 11101 |
Color Harmonies of #771D3A
Complementary color
Monochromatic Colors of #771D3A
Black with #771D3A
Text Example
Text Example
White with #771D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D3A; }
p { color: rgb(119,29,58); }
H1.HeaderClassName
{
color: #771D3A;
}
.AnyTagClassName
{
color: #771D3A;
}
</style>
background-color css
<style>
a { background-color: #771D3A; }
a { background-color: rgb(119,29,58); }
div.DivClassName
{
background-color: #771D3A;
}
.BgClassName
{
background-color: #771D3A;
}
</style>
border-color css
<style>
span { border-color: #771D3A; }
span { border-color: rgb(119,29,58); }
td.TdClassName
{
border-color: #771D3A;
}
.TagClassName
{
border-color: #771D3A;
}
</style>