Shades of Claret #770D35
Tints of Claret #770D35
RGB
CMYK
RGB Variations
Color information
#770D35 (or 0x770D35) is known color: Claret. HEX triplet: 77, 0D and 35. RGB value is (119,13,53). Sum of RGB (Red+Green+Blue) = 119+13+53=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #770D35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770D35 is #88F2CA. Grayscale: #313131. Windows color (decimal): -8975051 or 3476855. OLE color: 3476855.
HSL color Cylindrical-coordinate representation of color #770D35: hue angle of 337.36º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D35 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 13 | 53 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.53 |
| HSL | 337.36º | 0.8% | 0.26% | - |
| HSV(B) | 337.36º | 0.89% | 0.47% | - |
| XYZ | 8.39 | 4.47 | 3.79 | - |
| YUV | 49.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 53 | 0 | 0.89 | 0.55 | 0.53 | 337.36 | 0.8 | 0.26 |
| Hex | 77 | D | 35 | 0 | 59 | 37 | 35 | 151 | 50 | 1A |
| Octal | 167 | 15 | 65 | 0 | 131 | 67 | 65 | 521 | 120 | 32 |
| Binary | 1110111 | 1101 | 110101 | 0 | 1011001 | 110111 | 110101 | 101010001 | 1010000 | 11010 |
Color Harmonies of #770D35
Complementary color
Monochromatic Colors of #770D35
Black with #770D35
Text Example
Text Example
White with #770D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770D35; }
p { color: rgb(119,13,53); }
H1.HeaderClassName
{
color: #770D35;
}
.AnyTagClassName
{
color: #770D35;
}
</style>
background-color css
<style>
a { background-color: #770D35; }
a { background-color: rgb(119,13,53); }
div.DivClassName
{
background-color: #770D35;
}
.BgClassName
{
background-color: #770D35;
}
</style>
border-color css
<style>
span { border-color: #770D35; }
span { border-color: rgb(119,13,53); }
td.TdClassName
{
border-color: #770D35;
}
.TagClassName
{
border-color: #770D35;
}
</style>