Shades of Claret #771C38
Tints of Claret #771C38
RGB
CMYK
RGB Variations
Color information
#771C38 (or 0x771C38) is known color: Claret. HEX triplet: 77, 1C and 38. RGB value is (119,28,56). Sum of RGB (Red+Green+Blue) = 119+28+56=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #771C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C38 is #88E3C7. Grayscale: #3A3A3A. Windows color (decimal): -8971208 or 3677303. OLE color: 3677303.
HSL color Cylindrical-coordinate representation of color #771C38: hue angle of 341.54º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771C38 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 56 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.53 |
| HSL | 341.54º | 0.62% | 0.29% | - |
| HSV(B) | 341.54º | 0.76% | 0.47% | - |
| XYZ | 8.74 | 5.04 | 4.25 | - |
| YUV | 58.4 | 126.65 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 56 | 0 | 0.76 | 0.53 | 0.53 | 341.54 | 0.62 | 0.29 |
| Hex | 77 | 1C | 38 | 0 | 4C | 35 | 35 | 156 | 3E | 1D |
| Octal | 167 | 34 | 70 | 0 | 114 | 65 | 65 | 526 | 76 | 35 |
| Binary | 1110111 | 11100 | 111000 | 0 | 1001100 | 110101 | 110101 | 101010110 | 111110 | 11101 |
Color Harmonies of #771C38
Complementary color
Monochromatic Colors of #771C38
Black with #771C38
Text Example
Text Example
White with #771C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C38; }
p { color: rgb(119,28,56); }
H1.HeaderClassName
{
color: #771C38;
}
.AnyTagClassName
{
color: #771C38;
}
</style>
background-color css
<style>
a { background-color: #771C38; }
a { background-color: rgb(119,28,56); }
div.DivClassName
{
background-color: #771C38;
}
.BgClassName
{
background-color: #771C38;
}
</style>
border-color css
<style>
span { border-color: #771C38; }
span { border-color: rgb(119,28,56); }
td.TdClassName
{
border-color: #771C38;
}
.TagClassName
{
border-color: #771C38;
}
</style>