Shades of Claret #771831
Tints of Claret #771831
RGB
CMYK
RGB Variations
Color information
#771831 (or 0x771831) is known color: Claret. HEX triplet: 77, 18 and 31. RGB value is (119,24,49). Sum of RGB (Red+Green+Blue) = 119+24+49=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #771831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771831 is #88E7CE. Grayscale: #373737. Windows color (decimal): -8972239 or 3217527. OLE color: 3217527.
HSL color Cylindrical-coordinate representation of color #771831: hue angle of 344.21º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771831 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 24 | 49 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.53 |
| HSL | 344.21º | 0.66% | 0.28% | - |
| HSV(B) | 344.21º | 0.8% | 0.47% | - |
| XYZ | 8.49 | 4.8 | 3.38 | - |
| YUV | 55.26 | 124.47 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 49 | 0 | 0.80 | 0.59 | 0.53 | 344.21 | 0.66 | 0.28 |
| Hex | 77 | 18 | 31 | 0 | 50 | 3B | 35 | 158 | 42 | 1C |
| Octal | 167 | 30 | 61 | 0 | 120 | 73 | 65 | 530 | 102 | 34 |
| Binary | 1110111 | 11000 | 110001 | 0 | 1010000 | 111011 | 110101 | 101011000 | 1000010 | 11100 |
Color Harmonies of #771831
Complementary color
Monochromatic Colors of #771831
Black with #771831
Text Example
Text Example
White with #771831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771831; }
p { color: rgb(119,24,49); }
H1.HeaderClassName
{
color: #771831;
}
.AnyTagClassName
{
color: #771831;
}
</style>
background-color css
<style>
a { background-color: #771831; }
a { background-color: rgb(119,24,49); }
div.DivClassName
{
background-color: #771831;
}
.BgClassName
{
background-color: #771831;
}
</style>
border-color css
<style>
span { border-color: #771831; }
span { border-color: rgb(119,24,49); }
td.TdClassName
{
border-color: #771831;
}
.TagClassName
{
border-color: #771831;
}
</style>