Shades of Claret #770E35
Tints of Claret #770E35
RGB
CMYK
RGB Variations
Color information
#770E35 (or 0x770E35) is known color: Claret. HEX triplet: 77, 0E and 35. RGB value is (119,14,53). Sum of RGB (Red+Green+Blue) = 119+14+53=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #770E35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770E35 is #88F1CA. Grayscale: #313131. Windows color (decimal): -8974795 or 3477111. OLE color: 3477111.
HSL color Cylindrical-coordinate representation of color #770E35: hue angle of 337.71º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770E35 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 14 | 53 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.53 |
| HSL | 337.71º | 0.79% | 0.26% | - |
| HSV(B) | 337.71º | 0.88% | 0.47% | - |
| XYZ | 8.41 | 4.49 | 3.79 | - |
| YUV | 49.84 | 129.79 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 53 | 0 | 0.88 | 0.55 | 0.53 | 337.71 | 0.79 | 0.26 |
| Hex | 77 | E | 35 | 0 | 58 | 37 | 35 | 152 | 4F | 1A |
| Octal | 167 | 16 | 65 | 0 | 130 | 67 | 65 | 522 | 117 | 32 |
| Binary | 1110111 | 1110 | 110101 | 0 | 1011000 | 110111 | 110101 | 101010010 | 1001111 | 11010 |
Color Harmonies of #770E35
Complementary color
Monochromatic Colors of #770E35
Black with #770E35
Text Example
Text Example
White with #770E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770E35; }
p { color: rgb(119,14,53); }
H1.HeaderClassName
{
color: #770E35;
}
.AnyTagClassName
{
color: #770E35;
}
</style>
background-color css
<style>
a { background-color: #770E35; }
a { background-color: rgb(119,14,53); }
div.DivClassName
{
background-color: #770E35;
}
.BgClassName
{
background-color: #770E35;
}
</style>
border-color css
<style>
span { border-color: #770E35; }
span { border-color: rgb(119,14,53); }
td.TdClassName
{
border-color: #770E35;
}
.TagClassName
{
border-color: #770E35;
}
</style>