Shades of Claret #761D3A
Tints of Claret #761D3A
RGB
CMYK
RGB Variations
Color information
#761D3A (or 0x761D3A) is known color: Claret. HEX triplet: 76, 1D and 3A. RGB value is (118,29,58). Sum of RGB (Red+Green+Blue) = 118+29+58=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #761D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761D3A is #89E2C5. Grayscale: #3A3A3A. Windows color (decimal): -9036486 or 3808630. OLE color: 3808630.
HSL color Cylindrical-coordinate representation of color #761D3A: hue angle of 340.45º degrees, saturation: 0.61, 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 #761D3A is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 29 | 58 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.54 |
| HSL | 340.45º | 0.61% | 0.29% | - |
| HSV(B) | 340.45º | 0.75% | 0.46% | - |
| XYZ | 8.67 | 5.04 | 4.52 | - |
| YUV | 58.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 58 | 0 | 0.75 | 0.51 | 0.54 | 340.45 | 0.61 | 0.29 |
| Hex | 76 | 1D | 3A | 0 | 4B | 33 | 36 | 154 | 3D | 1D |
| Octal | 166 | 35 | 72 | 0 | 113 | 63 | 66 | 524 | 75 | 35 |
| Binary | 1110110 | 11101 | 111010 | 0 | 1001011 | 110011 | 110110 | 101010100 | 111101 | 11101 |
Color Harmonies of #761D3A
Complementary color
Monochromatic Colors of #761D3A
Black with #761D3A
Text Example
Text Example
White with #761D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D3A; }
p { color: rgb(118,29,58); }
H1.HeaderClassName
{
color: #761D3A;
}
.AnyTagClassName
{
color: #761D3A;
}
</style>
background-color css
<style>
a { background-color: #761D3A; }
a { background-color: rgb(118,29,58); }
div.DivClassName
{
background-color: #761D3A;
}
.BgClassName
{
background-color: #761D3A;
}
</style>
border-color css
<style>
span { border-color: #761D3A; }
span { border-color: rgb(118,29,58); }
td.TdClassName
{
border-color: #761D3A;
}
.TagClassName
{
border-color: #761D3A;
}
</style>