Shades of Claret #771A33
Tints of Claret #771A33
RGB
CMYK
RGB Variations
Color information
#771A33 (or 0x771A33) is known color: Claret. HEX triplet: 77, 1A and 33. RGB value is (119,26,51). Sum of RGB (Red+Green+Blue) = 119+26+51=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #771A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771A33 is #88E5CC. Grayscale: #383838. Windows color (decimal): -8971725 or 3349111. OLE color: 3349111.
HSL color Cylindrical-coordinate representation of color #771A33: hue angle of 343.87º 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 #771A33 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 26 | 51 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.53 |
| HSL | 343.87º | 0.64% | 0.28% | - |
| HSV(B) | 343.87º | 0.78% | 0.47% | - |
| XYZ | 8.57 | 4.9 | 3.63 | - |
| YUV | 56.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 26 | 51 | 0 | 0.78 | 0.57 | 0.53 | 343.87 | 0.64 | 0.28 |
| Hex | 77 | 1A | 33 | 0 | 4E | 39 | 35 | 158 | 40 | 1C |
| Octal | 167 | 32 | 63 | 0 | 116 | 71 | 65 | 530 | 100 | 34 |
| Binary | 1110111 | 11010 | 110011 | 0 | 1001110 | 111001 | 110101 | 101011000 | 1000000 | 11100 |
Color Harmonies of #771A33
Complementary color
Monochromatic Colors of #771A33
Black with #771A33
Text Example
Text Example
White with #771A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771A33; }
p { color: rgb(119,26,51); }
H1.HeaderClassName
{
color: #771A33;
}
.AnyTagClassName
{
color: #771A33;
}
</style>
background-color css
<style>
a { background-color: #771A33; }
a { background-color: rgb(119,26,51); }
div.DivClassName
{
background-color: #771A33;
}
.BgClassName
{
background-color: #771A33;
}
</style>
border-color css
<style>
span { border-color: #771A33; }
span { border-color: rgb(119,26,51); }
td.TdClassName
{
border-color: #771A33;
}
.TagClassName
{
border-color: #771A33;
}
</style>