Shades of Claret #771D36
Tints of Claret #771D36
RGB
CMYK
RGB Variations
Color information
#771D36 (or 0x771D36) is known color: Claret. HEX triplet: 77, 1D and 36. RGB value is (119,29,54). Sum of RGB (Red+Green+Blue) = 119+29+54=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #771D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D36 is #88E2C9. Grayscale: #3A3A3A. Windows color (decimal): -8970954 or 3546487. OLE color: 3546487.
HSL color Cylindrical-coordinate representation of color #771D36: hue angle of 343.33º 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 #771D36 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 54 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.53 |
| HSL | 343.33º | 0.61% | 0.29% | - |
| HSV(B) | 343.33º | 0.76% | 0.47% | - |
| XYZ | 8.71 | 5.07 | 4.01 | - |
| YUV | 58.76 | 125.32 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 54 | 0 | 0.76 | 0.55 | 0.53 | 343.33 | 0.61 | 0.29 |
| Hex | 77 | 1D | 36 | 0 | 4C | 37 | 35 | 157 | 3D | 1D |
| Octal | 167 | 35 | 66 | 0 | 114 | 67 | 65 | 527 | 75 | 35 |
| Binary | 1110111 | 11101 | 110110 | 0 | 1001100 | 110111 | 110101 | 101010111 | 111101 | 11101 |
Color Harmonies of #771D36
Complementary color
Monochromatic Colors of #771D36
Black with #771D36
Text Example
Text Example
White with #771D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D36; }
p { color: rgb(119,29,54); }
H1.HeaderClassName
{
color: #771D36;
}
.AnyTagClassName
{
color: #771D36;
}
</style>
background-color css
<style>
a { background-color: #771D36; }
a { background-color: rgb(119,29,54); }
div.DivClassName
{
background-color: #771D36;
}
.BgClassName
{
background-color: #771D36;
}
</style>
border-color css
<style>
span { border-color: #771D36; }
span { border-color: rgb(119,29,54); }
td.TdClassName
{
border-color: #771D36;
}
.TagClassName
{
border-color: #771D36;
}
</style>