Shades of Claret #771632
Tints of Claret #771632
RGB
CMYK
RGB Variations
Color information
#771632 (or 0x771632) is known color: Claret. HEX triplet: 77, 16 and 32. RGB value is (119,22,50). Sum of RGB (Red+Green+Blue) = 119+22+50=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #771632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771632 is #88E9CD. Grayscale: #363636. Windows color (decimal): -8972750 or 3282551. OLE color: 3282551.
HSL color Cylindrical-coordinate representation of color #771632: hue angle of 342.68º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771632 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 22 | 50 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.53 |
| HSL | 342.68º | 0.69% | 0.28% | - |
| HSV(B) | 342.68º | 0.82% | 0.47% | - |
| XYZ | 8.47 | 4.73 | 3.48 | - |
| YUV | 54.2 | 125.64 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 22 | 50 | 0 | 0.82 | 0.58 | 0.53 | 342.68 | 0.69 | 0.28 |
| Hex | 77 | 16 | 32 | 0 | 52 | 3A | 35 | 157 | 45 | 1C |
| Octal | 167 | 26 | 62 | 0 | 122 | 72 | 65 | 527 | 105 | 34 |
| Binary | 1110111 | 10110 | 110010 | 0 | 1010010 | 111010 | 110101 | 101010111 | 1000101 | 11100 |
Color Harmonies of #771632
Complementary color
Monochromatic Colors of #771632
Black with #771632
Text Example
Text Example
White with #771632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771632; }
p { color: rgb(119,22,50); }
H1.HeaderClassName
{
color: #771632;
}
.AnyTagClassName
{
color: #771632;
}
</style>
background-color css
<style>
a { background-color: #771632; }
a { background-color: rgb(119,22,50); }
div.DivClassName
{
background-color: #771632;
}
.BgClassName
{
background-color: #771632;
}
</style>
border-color css
<style>
span { border-color: #771632; }
span { border-color: rgb(119,22,50); }
td.TdClassName
{
border-color: #771632;
}
.TagClassName
{
border-color: #771632;
}
</style>