Shades of Claret #761F39
Tints of Claret #761F39
RGB
CMYK
RGB Variations
Color information
#761F39 (or 0x761F39) is known color: Claret. HEX triplet: 76, 1F and 39. RGB value is (118,31,57). Sum of RGB (Red+Green+Blue) = 118+31+57=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #761F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F39 is #89E0C6. Grayscale: #3B3B3B. Windows color (decimal): -9035975 or 3743606. OLE color: 3743606.
HSL color Cylindrical-coordinate representation of color #761F39: hue angle of 342.07º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #761F39 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 31 | 57 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.54 |
| HSL | 342.07º | 0.58% | 0.29% | - |
| HSV(B) | 342.07º | 0.74% | 0.46% | - |
| XYZ | 8.7 | 5.13 | 4.4 | - |
| YUV | 59.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 57 | 0 | 0.74 | 0.52 | 0.54 | 342.07 | 0.58 | 0.29 |
| Hex | 76 | 1F | 39 | 0 | 4A | 34 | 36 | 156 | 3A | 1D |
| Octal | 166 | 37 | 71 | 0 | 112 | 64 | 66 | 526 | 72 | 35 |
| Binary | 1110110 | 11111 | 111001 | 0 | 1001010 | 110100 | 110110 | 101010110 | 111010 | 11101 |
Color Harmonies of #761F39
Complementary color
Monochromatic Colors of #761F39
Black with #761F39
Text Example
Text Example
White with #761F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761F39; }
p { color: rgb(118,31,57); }
H1.HeaderClassName
{
color: #761F39;
}
.AnyTagClassName
{
color: #761F39;
}
</style>
background-color css
<style>
a { background-color: #761F39; }
a { background-color: rgb(118,31,57); }
div.DivClassName
{
background-color: #761F39;
}
.BgClassName
{
background-color: #761F39;
}
</style>
border-color css
<style>
span { border-color: #761F39; }
span { border-color: rgb(118,31,57); }
td.TdClassName
{
border-color: #761F39;
}
.TagClassName
{
border-color: #761F39;
}
</style>