Shades of Claret #77192F
Tints of Claret #77192F
RGB
CMYK
RGB Variations
Color information
#77192F (or 0x77192F) is known color: Claret. HEX triplet: 77, 19 and 2F. RGB value is (119,25,47). Sum of RGB (Red+Green+Blue) = 119+25+47=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #77192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77192F is #88E6D0. Grayscale: #373737. Windows color (decimal): -8971985 or 3086711. OLE color: 3086711.
HSL color Cylindrical-coordinate representation of color #77192F: hue angle of 345.96º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77192F is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 25 | 47 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.53 |
| HSL | 345.96º | 0.65% | 0.28% | - |
| HSV(B) | 345.96º | 0.79% | 0.47% | - |
| XYZ | 8.47 | 4.82 | 3.17 | - |
| YUV | 55.61 | 123.14 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 47 | 0 | 0.79 | 0.61 | 0.53 | 345.96 | 0.65 | 0.28 |
| Hex | 77 | 19 | 2F | 0 | 4F | 3D | 35 | 15A | 41 | 1C |
| Octal | 167 | 31 | 57 | 0 | 117 | 75 | 65 | 532 | 101 | 34 |
| Binary | 1110111 | 11001 | 101111 | 0 | 1001111 | 111101 | 110101 | 101011010 | 1000001 | 11100 |
Color Harmonies of #77192F
Complementary color
Monochromatic Colors of #77192F
Black with #77192F
Text Example
Text Example
White with #77192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77192F; }
p { color: rgb(119,25,47); }
H1.HeaderClassName
{
color: #77192F;
}
.AnyTagClassName
{
color: #77192F;
}
</style>
background-color css
<style>
a { background-color: #77192F; }
a { background-color: rgb(119,25,47); }
div.DivClassName
{
background-color: #77192F;
}
.BgClassName
{
background-color: #77192F;
}
</style>
border-color css
<style>
span { border-color: #77192F; }
span { border-color: rgb(119,25,47); }
td.TdClassName
{
border-color: #77192F;
}
.TagClassName
{
border-color: #77192F;
}
</style>