Shades of Claret #772239
Tints of Claret #772239
RGB
CMYK
RGB Variations
Color information
#772239 (or 0x772239) is known color: Claret. HEX triplet: 77, 22 and 39. RGB value is (119,34,57). Sum of RGB (Red+Green+Blue) = 119+34+57=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #772239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772239 is #88DDC6. Grayscale: #3E3E3E. Windows color (decimal): -8969671 or 3744375. OLE color: 3744375.
HSL color Cylindrical-coordinate representation of color #772239: hue angle of 343.76º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772239 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 34 | 57 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.53 |
| HSL | 343.76º | 0.56% | 0.3% | - |
| HSV(B) | 343.76º | 0.71% | 0.47% | - |
| XYZ | 8.92 | 5.36 | 4.44 | - |
| YUV | 62.04 | 125.16 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 34 | 57 | 0 | 0.71 | 0.52 | 0.53 | 343.76 | 0.56 | 0.3 |
| Hex | 77 | 22 | 39 | 0 | 47 | 34 | 35 | 158 | 38 | 1E |
| Octal | 167 | 42 | 71 | 0 | 107 | 64 | 65 | 530 | 70 | 36 |
| Binary | 1110111 | 100010 | 111001 | 0 | 1000111 | 110100 | 110101 | 101011000 | 111000 | 11110 |
Color Harmonies of #772239
Complementary color
Monochromatic Colors of #772239
Black with #772239
Text Example
Text Example
White with #772239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772239; }
p { color: rgb(119,34,57); }
H1.HeaderClassName
{
color: #772239;
}
.AnyTagClassName
{
color: #772239;
}
</style>
background-color css
<style>
a { background-color: #772239; }
a { background-color: rgb(119,34,57); }
div.DivClassName
{
background-color: #772239;
}
.BgClassName
{
background-color: #772239;
}
</style>
border-color css
<style>
span { border-color: #772239; }
span { border-color: rgb(119,34,57); }
td.TdClassName
{
border-color: #772239;
}
.TagClassName
{
border-color: #772239;
}
</style>