Shades of Claret #771A30
Tints of Claret #771A30
RGB
CMYK
RGB Variations
Color information
#771A30 (or 0x771A30) is known color: Claret. HEX triplet: 77, 1A and 30. RGB value is (119,26,48). Sum of RGB (Red+Green+Blue) = 119+26+48=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #771A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A30 is #88E5CF. Grayscale: #383838. Windows color (decimal): -8971728 or 3152503. OLE color: 3152503.
HSL color Cylindrical-coordinate representation of color #771A30: hue angle of 345.81º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771A30 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 26 | 48 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.53 |
| HSL | 345.81º | 0.64% | 0.28% | - |
| HSV(B) | 345.81º | 0.78% | 0.47% | - |
| XYZ | 8.51 | 4.87 | 3.29 | - |
| YUV | 56.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 26 | 48 | 0 | 0.78 | 0.60 | 0.53 | 345.81 | 0.64 | 0.28 |
| Hex | 77 | 1A | 30 | 0 | 4E | 3C | 35 | 15A | 40 | 1C |
| Octal | 167 | 32 | 60 | 0 | 116 | 74 | 65 | 532 | 100 | 34 |
| Binary | 1110111 | 11010 | 110000 | 0 | 1001110 | 111100 | 110101 | 101011010 | 1000000 | 11100 |
Color Harmonies of #771A30
Complementary color
Monochromatic Colors of #771A30
Black with #771A30
Text Example
Text Example
White with #771A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771A30; }
p { color: rgb(119,26,48); }
H1.HeaderClassName
{
color: #771A30;
}
.AnyTagClassName
{
color: #771A30;
}
</style>
background-color css
<style>
a { background-color: #771A30; }
a { background-color: rgb(119,26,48); }
div.DivClassName
{
background-color: #771A30;
}
.BgClassName
{
background-color: #771A30;
}
</style>
border-color css
<style>
span { border-color: #771A30; }
span { border-color: rgb(119,26,48); }
td.TdClassName
{
border-color: #771A30;
}
.TagClassName
{
border-color: #771A30;
}
</style>