Shades of Claret #77172D
Tints of Claret #77172D
RGB
CMYK
RGB Variations
Color information
#77172D (or 0x77172D) is known color: Claret. HEX triplet: 77, 17 and 2D. RGB value is (119,23,45). Sum of RGB (Red+Green+Blue) = 119+23+45=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #77172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77172D is #88E8D2. Grayscale: #363636. Windows color (decimal): -8972499 or 2955127. OLE color: 2955127.
HSL color Cylindrical-coordinate representation of color #77172D: hue angle of 346.25º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77172D is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 23 | 45 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.53 |
| HSL | 346.25º | 0.68% | 0.28% | - |
| HSV(B) | 346.25º | 0.81% | 0.47% | - |
| XYZ | 8.39 | 4.72 | 2.95 | - |
| YUV | 54.21 | 122.8 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 23 | 45 | 0 | 0.81 | 0.62 | 0.53 | 346.25 | 0.68 | 0.28 |
| Hex | 77 | 17 | 2D | 0 | 51 | 3E | 35 | 15A | 44 | 1C |
| Octal | 167 | 27 | 55 | 0 | 121 | 76 | 65 | 532 | 104 | 34 |
| Binary | 1110111 | 10111 | 101101 | 0 | 1010001 | 111110 | 110101 | 101011010 | 1000100 | 11100 |
Color Harmonies of #77172D
Complementary color
Monochromatic Colors of #77172D
Black with #77172D
Text Example
Text Example
White with #77172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77172D; }
p { color: rgb(119,23,45); }
H1.HeaderClassName
{
color: #77172D;
}
.AnyTagClassName
{
color: #77172D;
}
</style>
background-color css
<style>
a { background-color: #77172D; }
a { background-color: rgb(119,23,45); }
div.DivClassName
{
background-color: #77172D;
}
.BgClassName
{
background-color: #77172D;
}
</style>
border-color css
<style>
span { border-color: #77172D; }
span { border-color: rgb(119,23,45); }
td.TdClassName
{
border-color: #77172D;
}
.TagClassName
{
border-color: #77172D;
}
</style>