Shades of Claret #761739
Tints of Claret #761739
RGB
CMYK
RGB Variations
Color information
#761739 (or 0x761739) is known color: Claret. HEX triplet: 76, 17 and 39. RGB value is (118,23,57). Sum of RGB (Red+Green+Blue) = 118+23+57=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #761739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761739 is #89E8C6. Grayscale: #373737. Windows color (decimal): -9038023 or 3741558. OLE color: 3741558.
HSL color Cylindrical-coordinate representation of color #761739: hue angle of 338.53º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761739 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 23 | 57 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.54 |
| HSL | 338.53º | 0.67% | 0.28% | - |
| HSV(B) | 338.53º | 0.81% | 0.46% | - |
| XYZ | 8.52 | 4.76 | 4.34 | - |
| YUV | 55.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 57 | 0 | 0.81 | 0.52 | 0.54 | 338.53 | 0.67 | 0.28 |
| Hex | 76 | 17 | 39 | 0 | 51 | 34 | 36 | 153 | 43 | 1C |
| Octal | 166 | 27 | 71 | 0 | 121 | 64 | 66 | 523 | 103 | 34 |
| Binary | 1110110 | 10111 | 111001 | 0 | 1010001 | 110100 | 110110 | 101010011 | 1000011 | 11100 |
Color Harmonies of #761739
Complementary color
Monochromatic Colors of #761739
Black with #761739
Text Example
Text Example
White with #761739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761739; }
p { color: rgb(118,23,57); }
H1.HeaderClassName
{
color: #761739;
}
.AnyTagClassName
{
color: #761739;
}
</style>
background-color css
<style>
a { background-color: #761739; }
a { background-color: rgb(118,23,57); }
div.DivClassName
{
background-color: #761739;
}
.BgClassName
{
background-color: #761739;
}
</style>
border-color css
<style>
span { border-color: #761739; }
span { border-color: rgb(118,23,57); }
td.TdClassName
{
border-color: #761739;
}
.TagClassName
{
border-color: #761739;
}
</style>