Shades of Claret #761F37
Tints of Claret #761F37
RGB
CMYK
RGB Variations
Color information
#761F37 (or 0x761F37) is known color: Claret. HEX triplet: 76, 1F and 37. RGB value is (118,31,55). Sum of RGB (Red+Green+Blue) = 118+31+55=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #761F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F37 is #89E0C8. Grayscale: #3B3B3B. Windows color (decimal): -9035977 or 3612534. OLE color: 3612534.
HSL color Cylindrical-coordinate representation of color #761F37: hue angle of 343.45º 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 #761F37 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 31 | 55 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.54 |
| HSL | 343.45º | 0.58% | 0.29% | - |
| HSV(B) | 343.45º | 0.74% | 0.46% | - |
| XYZ | 8.65 | 5.11 | 4.14 | - |
| YUV | 59.75 | 125.32 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 55 | 0 | 0.74 | 0.53 | 0.54 | 343.45 | 0.58 | 0.29 |
| Hex | 76 | 1F | 37 | 0 | 4A | 35 | 36 | 157 | 3A | 1D |
| Octal | 166 | 37 | 67 | 0 | 112 | 65 | 66 | 527 | 72 | 35 |
| Binary | 1110110 | 11111 | 110111 | 0 | 1001010 | 110101 | 110110 | 101010111 | 111010 | 11101 |
Color Harmonies of #761F37
Complementary color
Monochromatic Colors of #761F37
Black with #761F37
Text Example
Text Example
White with #761F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761F37; }
p { color: rgb(118,31,55); }
H1.HeaderClassName
{
color: #761F37;
}
.AnyTagClassName
{
color: #761F37;
}
</style>
background-color css
<style>
a { background-color: #761F37; }
a { background-color: rgb(118,31,55); }
div.DivClassName
{
background-color: #761F37;
}
.BgClassName
{
background-color: #761F37;
}
</style>
border-color css
<style>
span { border-color: #761F37; }
span { border-color: rgb(118,31,55); }
td.TdClassName
{
border-color: #761F37;
}
.TagClassName
{
border-color: #761F37;
}
</style>