Shades of Claret #771C31
Tints of Claret #771C31
RGB
CMYK
RGB Variations
Color information
#771C31 (or 0x771C31) is known color: Claret. HEX triplet: 77, 1C and 31. RGB value is (119,28,49). Sum of RGB (Red+Green+Blue) = 119+28+49=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #771C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C31 is #88E3CE. Grayscale: #393939. Windows color (decimal): -8971215 or 3218551. OLE color: 3218551.
HSL color Cylindrical-coordinate representation of color #771C31: hue angle of 346.15º 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 #771C31 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 49 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.53 |
| HSL | 346.15º | 0.62% | 0.29% | - |
| HSV(B) | 346.15º | 0.76% | 0.47% | - |
| XYZ | 8.58 | 4.97 | 3.41 | - |
| YUV | 57.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 49 | 0 | 0.76 | 0.59 | 0.53 | 346.15 | 0.62 | 0.29 |
| Hex | 77 | 1C | 31 | 0 | 4C | 3B | 35 | 15A | 3E | 1D |
| Octal | 167 | 34 | 61 | 0 | 114 | 73 | 65 | 532 | 76 | 35 |
| Binary | 1110111 | 11100 | 110001 | 0 | 1001100 | 111011 | 110101 | 101011010 | 111110 | 11101 |
Color Harmonies of #771C31
Complementary color
Monochromatic Colors of #771C31
Black with #771C31
Text Example
Text Example
White with #771C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C31; }
p { color: rgb(119,28,49); }
H1.HeaderClassName
{
color: #771C31;
}
.AnyTagClassName
{
color: #771C31;
}
</style>
background-color css
<style>
a { background-color: #771C31; }
a { background-color: rgb(119,28,49); }
div.DivClassName
{
background-color: #771C31;
}
.BgClassName
{
background-color: #771C31;
}
</style>
border-color css
<style>
span { border-color: #771C31; }
span { border-color: rgb(119,28,49); }
td.TdClassName
{
border-color: #771C31;
}
.TagClassName
{
border-color: #771C31;
}
</style>