Shades of Claret #772139
Tints of Claret #772139
RGB
CMYK
RGB Variations
Color information
#772139 (or 0x772139) is known color: Claret. HEX triplet: 77, 21 and 39. RGB value is (119,33,57). Sum of RGB (Red+Green+Blue) = 119+33+57=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #772139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772139 is #88DEC6. Grayscale: #3D3D3D. Windows color (decimal): -8969927 or 3744119. OLE color: 3744119.
HSL color Cylindrical-coordinate representation of color #772139: hue angle of 343.26º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772139 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 33 | 57 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.53 |
| HSL | 343.26º | 0.57% | 0.3% | - |
| HSV(B) | 343.26º | 0.72% | 0.47% | - |
| XYZ | 8.89 | 5.31 | 4.43 | - |
| YUV | 61.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 57 | 0 | 0.72 | 0.52 | 0.53 | 343.26 | 0.57 | 0.3 |
| Hex | 77 | 21 | 39 | 0 | 48 | 34 | 35 | 157 | 39 | 1E |
| Octal | 167 | 41 | 71 | 0 | 110 | 64 | 65 | 527 | 71 | 36 |
| Binary | 1110111 | 100001 | 111001 | 0 | 1001000 | 110100 | 110101 | 101010111 | 111001 | 11110 |
Color Harmonies of #772139
Complementary color
Monochromatic Colors of #772139
Black with #772139
Text Example
Text Example
White with #772139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772139; }
p { color: rgb(119,33,57); }
H1.HeaderClassName
{
color: #772139;
}
.AnyTagClassName
{
color: #772139;
}
</style>
background-color css
<style>
a { background-color: #772139; }
a { background-color: rgb(119,33,57); }
div.DivClassName
{
background-color: #772139;
}
.BgClassName
{
background-color: #772139;
}
</style>
border-color css
<style>
span { border-color: #772139; }
span { border-color: rgb(119,33,57); }
td.TdClassName
{
border-color: #772139;
}
.TagClassName
{
border-color: #772139;
}
</style>