Shades of Claret #771C3A
Tints of Claret #771C3A
RGB
CMYK
RGB Variations
Color information
#771C3A (or 0x771C3A) is known color: Claret. HEX triplet: 77, 1C and 3A. RGB value is (119,28,58). Sum of RGB (Red+Green+Blue) = 119+28+58=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #771C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C3A is #88E3C5. Grayscale: #3A3A3A. Windows color (decimal): -8971206 or 3808375. OLE color: 3808375.
HSL color Cylindrical-coordinate representation of color #771C3A: hue angle of 340.22º degrees, saturation: 0.62, 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 #771C3A is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 58 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.53 |
| HSL | 340.22º | 0.62% | 0.29% | - |
| HSV(B) | 340.22º | 0.76% | 0.47% | - |
| XYZ | 8.79 | 5.06 | 4.52 | - |
| YUV | 58.63 | 127.65 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 58 | 0 | 0.76 | 0.51 | 0.53 | 340.22 | 0.62 | 0.29 |
| Hex | 77 | 1C | 3A | 0 | 4C | 33 | 35 | 154 | 3E | 1D |
| Octal | 167 | 34 | 72 | 0 | 114 | 63 | 65 | 524 | 76 | 35 |
| Binary | 1110111 | 11100 | 111010 | 0 | 1001100 | 110011 | 110101 | 101010100 | 111110 | 11101 |
Color Harmonies of #771C3A
Complementary color
Monochromatic Colors of #771C3A
Black with #771C3A
Text Example
Text Example
White with #771C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C3A; }
p { color: rgb(119,28,58); }
H1.HeaderClassName
{
color: #771C3A;
}
.AnyTagClassName
{
color: #771C3A;
}
</style>
background-color css
<style>
a { background-color: #771C3A; }
a { background-color: rgb(119,28,58); }
div.DivClassName
{
background-color: #771C3A;
}
.BgClassName
{
background-color: #771C3A;
}
</style>
border-color css
<style>
span { border-color: #771C3A; }
span { border-color: rgb(119,28,58); }
td.TdClassName
{
border-color: #771C3A;
}
.TagClassName
{
border-color: #771C3A;
}
</style>