Shades of Claret #761F3B
Tints of Claret #761F3B
RGB
CMYK
RGB Variations
Color information
#761F3B (or 0x761F3B) is known color: Claret. HEX triplet: 76, 1F and 3B. RGB value is (118,31,59). Sum of RGB (Red+Green+Blue) = 118+31+59=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #761F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F3B is #89E0C4. Grayscale: #3C3C3C. Windows color (decimal): -9035973 or 3874678. OLE color: 3874678.
HSL color Cylindrical-coordinate representation of color #761F3B: hue angle of 340.69º 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 #761F3B is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 31 | 59 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.54 |
| HSL | 340.69º | 0.58% | 0.29% | - |
| HSV(B) | 340.69º | 0.74% | 0.46% | - |
| XYZ | 8.75 | 5.15 | 4.67 | - |
| YUV | 60.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 59 | 0 | 0.74 | 0.50 | 0.54 | 340.69 | 0.58 | 0.29 |
| Hex | 76 | 1F | 3B | 0 | 4A | 32 | 36 | 155 | 3A | 1D |
| Octal | 166 | 37 | 73 | 0 | 112 | 62 | 66 | 525 | 72 | 35 |
| Binary | 1110110 | 11111 | 111011 | 0 | 1001010 | 110010 | 110110 | 101010101 | 111010 | 11101 |
Color Harmonies of #761F3B
Complementary color
Monochromatic Colors of #761F3B
Black with #761F3B
Text Example
Text Example
White with #761F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761F3B; }
p { color: rgb(118,31,59); }
H1.HeaderClassName
{
color: #761F3B;
}
.AnyTagClassName
{
color: #761F3B;
}
</style>
background-color css
<style>
a { background-color: #761F3B; }
a { background-color: rgb(118,31,59); }
div.DivClassName
{
background-color: #761F3B;
}
.BgClassName
{
background-color: #761F3B;
}
</style>
border-color css
<style>
span { border-color: #761F3B; }
span { border-color: rgb(118,31,59); }
td.TdClassName
{
border-color: #761F3B;
}
.TagClassName
{
border-color: #761F3B;
}
</style>