Shades of Claret #771D3B
Tints of Claret #771D3B
RGB
CMYK
RGB Variations
Color information
#771D3B (or 0x771D3B) is known color: Claret. HEX triplet: 77, 1D and 3B. RGB value is (119,29,59). Sum of RGB (Red+Green+Blue) = 119+29+59=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #771D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D3B is #88E2C4. Grayscale: #3B3B3B. Windows color (decimal): -8970949 or 3874167. OLE color: 3874167.
HSL color Cylindrical-coordinate representation of color #771D3B: hue angle of 340º 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 #771D3B is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 59 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.53 |
| HSL | 340º | 0.61% | 0.29% | - |
| HSV(B) | 340º | 0.76% | 0.47% | - |
| XYZ | 8.84 | 5.12 | 4.66 | - |
| YUV | 59.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 59 | 0 | 0.76 | 0.50 | 0.53 | 340 | 0.61 | 0.29 |
| Hex | 77 | 1D | 3B | 0 | 4C | 32 | 35 | 154 | 3D | 1D |
| Octal | 167 | 35 | 73 | 0 | 114 | 62 | 65 | 524 | 75 | 35 |
| Binary | 1110111 | 11101 | 111011 | 0 | 1001100 | 110010 | 110101 | 101010100 | 111101 | 11101 |
Color Harmonies of #771D3B
Complementary color
Monochromatic Colors of #771D3B
Black with #771D3B
Text Example
Text Example
White with #771D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D3B; }
p { color: rgb(119,29,59); }
H1.HeaderClassName
{
color: #771D3B;
}
.AnyTagClassName
{
color: #771D3B;
}
</style>
background-color css
<style>
a { background-color: #771D3B; }
a { background-color: rgb(119,29,59); }
div.DivClassName
{
background-color: #771D3B;
}
.BgClassName
{
background-color: #771D3B;
}
</style>
border-color css
<style>
span { border-color: #771D3B; }
span { border-color: rgb(119,29,59); }
td.TdClassName
{
border-color: #771D3B;
}
.TagClassName
{
border-color: #771D3B;
}
</style>