Shades of Claret #771E2F
Tints of Claret #771E2F
RGB
CMYK
RGB Variations
Color information
#771E2F (or 0x771E2F) is known color: Claret. HEX triplet: 77, 1E and 2F. RGB value is (119,30,47). Sum of RGB (Red+Green+Blue) = 119+30+47=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #771E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E2F is #88E1D0. Grayscale: #3A3A3A. Windows color (decimal): -8970705 or 3087991. OLE color: 3087991.
HSL color Cylindrical-coordinate representation of color #771E2F: hue angle of 348.54º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E2F is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 30 | 47 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.53 |
| HSL | 348.54º | 0.6% | 0.29% | - |
| HSV(B) | 348.54º | 0.75% | 0.47% | - |
| XYZ | 8.59 | 5.06 | 3.21 | - |
| YUV | 58.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 47 | 0 | 0.75 | 0.61 | 0.53 | 348.54 | 0.6 | 0.29 |
| Hex | 77 | 1E | 2F | 0 | 4B | 3D | 35 | 15D | 3C | 1D |
| Octal | 167 | 36 | 57 | 0 | 113 | 75 | 65 | 535 | 74 | 35 |
| Binary | 1110111 | 11110 | 101111 | 0 | 1001011 | 111101 | 110101 | 101011101 | 111100 | 11101 |
Color Harmonies of #771E2F
Complementary color
Monochromatic Colors of #771E2F
Black with #771E2F
Text Example
Text Example
White with #771E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771E2F; }
p { color: rgb(119,30,47); }
H1.HeaderClassName
{
color: #771E2F;
}
.AnyTagClassName
{
color: #771E2F;
}
</style>
background-color css
<style>
a { background-color: #771E2F; }
a { background-color: rgb(119,30,47); }
div.DivClassName
{
background-color: #771E2F;
}
.BgClassName
{
background-color: #771E2F;
}
</style>
border-color css
<style>
span { border-color: #771E2F; }
span { border-color: rgb(119,30,47); }
td.TdClassName
{
border-color: #771E2F;
}
.TagClassName
{
border-color: #771E2F;
}
</style>