Shades of Claret #771C2E
Tints of Claret #771C2E
RGB
CMYK
RGB Variations
Color information
#771C2E (or 0x771C2E) is known color: Claret. HEX triplet: 77, 1C and 2E. RGB value is (119,28,46). Sum of RGB (Red+Green+Blue) = 119+28+46=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #771C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C2E is #88E3D1. Grayscale: #393939. Windows color (decimal): -8971218 or 3021943. OLE color: 3021943.
HSL color Cylindrical-coordinate representation of color #771C2E: hue angle of 348.13º 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 #771C2E is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 46 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.53 |
| HSL | 348.13º | 0.62% | 0.29% | - |
| HSV(B) | 348.13º | 0.76% | 0.47% | - |
| XYZ | 8.52 | 4.95 | 3.09 | - |
| YUV | 57.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 46 | 0 | 0.76 | 0.61 | 0.53 | 348.13 | 0.62 | 0.29 |
| Hex | 77 | 1C | 2E | 0 | 4C | 3D | 35 | 15C | 3E | 1D |
| Octal | 167 | 34 | 56 | 0 | 114 | 75 | 65 | 534 | 76 | 35 |
| Binary | 1110111 | 11100 | 101110 | 0 | 1001100 | 111101 | 110101 | 101011100 | 111110 | 11101 |
Color Harmonies of #771C2E
Complementary color
Monochromatic Colors of #771C2E
Black with #771C2E
Text Example
Text Example
White with #771C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C2E; }
p { color: rgb(119,28,46); }
H1.HeaderClassName
{
color: #771C2E;
}
.AnyTagClassName
{
color: #771C2E;
}
</style>
background-color css
<style>
a { background-color: #771C2E; }
a { background-color: rgb(119,28,46); }
div.DivClassName
{
background-color: #771C2E;
}
.BgClassName
{
background-color: #771C2E;
}
</style>
border-color css
<style>
span { border-color: #771C2E; }
span { border-color: rgb(119,28,46); }
td.TdClassName
{
border-color: #771C2E;
}
.TagClassName
{
border-color: #771C2E;
}
</style>