Shades of Claret #771E3A
Tints of Claret #771E3A
RGB
CMYK
RGB Variations
Color information
#771E3A (or 0x771E3A) is known color: Claret. HEX triplet: 77, 1E and 3A. RGB value is (119,30,58). Sum of RGB (Red+Green+Blue) = 119+30+58=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #771E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E3A is #88E1C5. Grayscale: #3B3B3B. Windows color (decimal): -8970694 or 3808887. OLE color: 3808887.
HSL color Cylindrical-coordinate representation of color #771E3A: hue angle of 341.12º 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 #771E3A is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 30 | 58 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.53 |
| HSL | 341.12º | 0.6% | 0.29% | - |
| HSV(B) | 341.12º | 0.75% | 0.47% | - |
| XYZ | 8.84 | 5.16 | 4.53 | - |
| YUV | 59.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 58 | 0 | 0.75 | 0.51 | 0.53 | 341.12 | 0.6 | 0.29 |
| Hex | 77 | 1E | 3A | 0 | 4B | 33 | 35 | 155 | 3C | 1D |
| Octal | 167 | 36 | 72 | 0 | 113 | 63 | 65 | 525 | 74 | 35 |
| Binary | 1110111 | 11110 | 111010 | 0 | 1001011 | 110011 | 110101 | 101010101 | 111100 | 11101 |
Color Harmonies of #771E3A
Complementary color
Monochromatic Colors of #771E3A
Black with #771E3A
Text Example
Text Example
White with #771E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771E3A; }
p { color: rgb(119,30,58); }
H1.HeaderClassName
{
color: #771E3A;
}
.AnyTagClassName
{
color: #771E3A;
}
</style>
background-color css
<style>
a { background-color: #771E3A; }
a { background-color: rgb(119,30,58); }
div.DivClassName
{
background-color: #771E3A;
}
.BgClassName
{
background-color: #771E3A;
}
</style>
border-color css
<style>
span { border-color: #771E3A; }
span { border-color: rgb(119,30,58); }
td.TdClassName
{
border-color: #771E3A;
}
.TagClassName
{
border-color: #771E3A;
}
</style>