Shades of Claret #771A2F
Tints of Claret #771A2F
RGB
CMYK
RGB Variations
Color information
#771A2F (or 0x771A2F) is known color: Claret. HEX triplet: 77, 1A and 2F. RGB value is (119,26,47). Sum of RGB (Red+Green+Blue) = 119+26+47=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #771A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A2F is #88E5D0. Grayscale: #383838. Windows color (decimal): -8971729 or 3086967. OLE color: 3086967.
HSL color Cylindrical-coordinate representation of color #771A2F: hue angle of 346.45º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771A2F is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 26 | 47 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.53 |
| HSL | 346.45º | 0.64% | 0.28% | - |
| HSV(B) | 346.45º | 0.78% | 0.47% | - |
| XYZ | 8.49 | 4.87 | 3.18 | - |
| YUV | 56.2 | 122.81 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 26 | 47 | 0 | 0.78 | 0.61 | 0.53 | 346.45 | 0.64 | 0.28 |
| Hex | 77 | 1A | 2F | 0 | 4E | 3D | 35 | 15A | 40 | 1C |
| Octal | 167 | 32 | 57 | 0 | 116 | 75 | 65 | 532 | 100 | 34 |
| Binary | 1110111 | 11010 | 101111 | 0 | 1001110 | 111101 | 110101 | 101011010 | 1000000 | 11100 |
Color Harmonies of #771A2F
Complementary color
Monochromatic Colors of #771A2F
Black with #771A2F
Text Example
Text Example
White with #771A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771A2F; }
p { color: rgb(119,26,47); }
H1.HeaderClassName
{
color: #771A2F;
}
.AnyTagClassName
{
color: #771A2F;
}
</style>
background-color css
<style>
a { background-color: #771A2F; }
a { background-color: rgb(119,26,47); }
div.DivClassName
{
background-color: #771A2F;
}
.BgClassName
{
background-color: #771A2F;
}
</style>
border-color css
<style>
span { border-color: #771A2F; }
span { border-color: rgb(119,26,47); }
td.TdClassName
{
border-color: #771A2F;
}
.TagClassName
{
border-color: #771A2F;
}
</style>