Shades of Claret #771C35
Tints of Claret #771C35
RGB
CMYK
RGB Variations
Color information
#771C35 (or 0x771C35) is known color: Claret. HEX triplet: 77, 1C and 35. RGB value is (119,28,53). Sum of RGB (Red+Green+Blue) = 119+28+53=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #771C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C35 is #88E3CA. Grayscale: #3A3A3A. Windows color (decimal): -8971211 or 3480695. OLE color: 3480695.
HSL color Cylindrical-coordinate representation of color #771C35: hue angle of 343.52º 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 #771C35 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 53 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.53 |
| HSL | 343.52º | 0.62% | 0.29% | - |
| HSV(B) | 343.52º | 0.76% | 0.47% | - |
| XYZ | 8.67 | 5.01 | 3.88 | - |
| YUV | 58.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 53 | 0 | 0.76 | 0.55 | 0.53 | 343.52 | 0.62 | 0.29 |
| Hex | 77 | 1C | 35 | 0 | 4C | 37 | 35 | 158 | 3E | 1D |
| Octal | 167 | 34 | 65 | 0 | 114 | 67 | 65 | 530 | 76 | 35 |
| Binary | 1110111 | 11100 | 110101 | 0 | 1001100 | 110111 | 110101 | 101011000 | 111110 | 11101 |
Color Harmonies of #771C35
Complementary color
Monochromatic Colors of #771C35
Black with #771C35
Text Example
Text Example
White with #771C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C35; }
p { color: rgb(119,28,53); }
H1.HeaderClassName
{
color: #771C35;
}
.AnyTagClassName
{
color: #771C35;
}
</style>
background-color css
<style>
a { background-color: #771C35; }
a { background-color: rgb(119,28,53); }
div.DivClassName
{
background-color: #771C35;
}
.BgClassName
{
background-color: #771C35;
}
</style>
border-color css
<style>
span { border-color: #771C35; }
span { border-color: rgb(119,28,53); }
td.TdClassName
{
border-color: #771C35;
}
.TagClassName
{
border-color: #771C35;
}
</style>