Shades of Claret #761E3C
Tints of Claret #761E3C
RGB
CMYK
RGB Variations
Color information
#761E3C (or 0x761E3C) is known color: Claret. HEX triplet: 76, 1E and 3C. RGB value is (118,30,60). Sum of RGB (Red+Green+Blue) = 118+30+60=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #761E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761E3C is #89E1C3. Grayscale: #3B3B3B. Windows color (decimal): -9036228 or 3939958. OLE color: 3939958.
HSL color Cylindrical-coordinate representation of color #761E3C: hue angle of 339.55º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761E3C is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 60 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.54 |
| HSL | 339.55º | 0.59% | 0.29% | - |
| HSV(B) | 339.55º | 0.75% | 0.46% | - |
| XYZ | 8.75 | 5.11 | 4.8 | - |
| YUV | 59.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 60 | 0 | 0.75 | 0.49 | 0.54 | 339.55 | 0.59 | 0.29 |
| Hex | 76 | 1E | 3C | 0 | 4B | 31 | 36 | 154 | 3B | 1D |
| Octal | 166 | 36 | 74 | 0 | 113 | 61 | 66 | 524 | 73 | 35 |
| Binary | 1110110 | 11110 | 111100 | 0 | 1001011 | 110001 | 110110 | 101010100 | 111011 | 11101 |
Color Harmonies of #761E3C
Complementary color
Monochromatic Colors of #761E3C
Black with #761E3C
Text Example
Text Example
White with #761E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E3C; }
p { color: rgb(118,30,60); }
H1.HeaderClassName
{
color: #761E3C;
}
.AnyTagClassName
{
color: #761E3C;
}
</style>
background-color css
<style>
a { background-color: #761E3C; }
a { background-color: rgb(118,30,60); }
div.DivClassName
{
background-color: #761E3C;
}
.BgClassName
{
background-color: #761E3C;
}
</style>
border-color css
<style>
span { border-color: #761E3C; }
span { border-color: rgb(118,30,60); }
td.TdClassName
{
border-color: #761E3C;
}
.TagClassName
{
border-color: #761E3C;
}
</style>