Shades of Claret #77162D
Tints of Claret #77162D
RGB
CMYK
RGB Variations
Color information
#77162D (or 0x77162D) is known color: Claret. HEX triplet: 77, 16 and 2D. RGB value is (119,22,45). Sum of RGB (Red+Green+Blue) = 119+22+45=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #77162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77162D is #88E9D2. Grayscale: #353535. Windows color (decimal): -8972755 or 2954871. OLE color: 2954871.
HSL color Cylindrical-coordinate representation of color #77162D: hue angle of 345.77º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77162D is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 22 | 45 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.53 |
| HSL | 345.77º | 0.69% | 0.28% | - |
| HSV(B) | 345.77º | 0.82% | 0.47% | - |
| XYZ | 8.37 | 4.69 | 2.95 | - |
| YUV | 53.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 22 | 45 | 0 | 0.82 | 0.62 | 0.53 | 345.77 | 0.69 | 0.28 |
| Hex | 77 | 16 | 2D | 0 | 52 | 3E | 35 | 15A | 45 | 1C |
| Octal | 167 | 26 | 55 | 0 | 122 | 76 | 65 | 532 | 105 | 34 |
| Binary | 1110111 | 10110 | 101101 | 0 | 1010010 | 111110 | 110101 | 101011010 | 1000101 | 11100 |
Color Harmonies of #77162D
Complementary color
Monochromatic Colors of #77162D
Black with #77162D
Text Example
Text Example
White with #77162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77162D; }
p { color: rgb(119,22,45); }
H1.HeaderClassName
{
color: #77162D;
}
.AnyTagClassName
{
color: #77162D;
}
</style>
background-color css
<style>
a { background-color: #77162D; }
a { background-color: rgb(119,22,45); }
div.DivClassName
{
background-color: #77162D;
}
.BgClassName
{
background-color: #77162D;
}
</style>
border-color css
<style>
span { border-color: #77162D; }
span { border-color: rgb(119,22,45); }
td.TdClassName
{
border-color: #77162D;
}
.TagClassName
{
border-color: #77162D;
}
</style>