Shades of Claret #77192E
Tints of Claret #77192E
RGB
CMYK
RGB Variations
Color information
#77192E (or 0x77192E) is known color: Claret. HEX triplet: 77, 19 and 2E. RGB value is (119,25,46). Sum of RGB (Red+Green+Blue) = 119+25+46=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #77192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77192E is #88E6D1. Grayscale: #373737. Windows color (decimal): -8971986 or 3021175. OLE color: 3021175.
HSL color Cylindrical-coordinate representation of color #77192E: hue angle of 346.6º 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 #77192E is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 25 | 46 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.53 |
| HSL | 346.6º | 0.65% | 0.28% | - |
| HSV(B) | 346.6º | 0.79% | 0.47% | - |
| XYZ | 8.45 | 4.81 | 3.07 | - |
| YUV | 55.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 46 | 0 | 0.79 | 0.61 | 0.53 | 346.6 | 0.65 | 0.28 |
| Hex | 77 | 19 | 2E | 0 | 4F | 3D | 35 | 15B | 41 | 1C |
| Octal | 167 | 31 | 56 | 0 | 117 | 75 | 65 | 533 | 101 | 34 |
| Binary | 1110111 | 11001 | 101110 | 0 | 1001111 | 111101 | 110101 | 101011011 | 1000001 | 11100 |
Color Harmonies of #77192E
Complementary color
Monochromatic Colors of #77192E
Black with #77192E
Text Example
Text Example
White with #77192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77192E; }
p { color: rgb(119,25,46); }
H1.HeaderClassName
{
color: #77192E;
}
.AnyTagClassName
{
color: #77192E;
}
</style>
background-color css
<style>
a { background-color: #77192E; }
a { background-color: rgb(119,25,46); }
div.DivClassName
{
background-color: #77192E;
}
.BgClassName
{
background-color: #77192E;
}
</style>
border-color css
<style>
span { border-color: #77192E; }
span { border-color: rgb(119,25,46); }
td.TdClassName
{
border-color: #77192E;
}
.TagClassName
{
border-color: #77192E;
}
</style>