Shades of Claret #761E3B
Tints of Claret #761E3B
RGB
CMYK
RGB Variations
Color information
#761E3B (or 0x761E3B) is known color: Claret. HEX triplet: 76, 1E and 3B. RGB value is (118,30,59). Sum of RGB (Red+Green+Blue) = 118+30+59=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #761E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761E3B is #89E1C4. Grayscale: #3B3B3B. Windows color (decimal): -9036229 or 3874422. OLE color: 3874422.
HSL color Cylindrical-coordinate representation of color #761E3B: hue angle of 340.23º 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 #761E3B is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 59 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.54 |
| HSL | 340.23º | 0.59% | 0.29% | - |
| HSV(B) | 340.23º | 0.75% | 0.46% | - |
| XYZ | 8.72 | 5.1 | 4.66 | - |
| YUV | 59.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 59 | 0 | 0.75 | 0.50 | 0.54 | 340.23 | 0.59 | 0.29 |
| Hex | 76 | 1E | 3B | 0 | 4B | 32 | 36 | 154 | 3B | 1D |
| Octal | 166 | 36 | 73 | 0 | 113 | 62 | 66 | 524 | 73 | 35 |
| Binary | 1110110 | 11110 | 111011 | 0 | 1001011 | 110010 | 110110 | 101010100 | 111011 | 11101 |
Color Harmonies of #761E3B
Complementary color
Monochromatic Colors of #761E3B
Black with #761E3B
Text Example
Text Example
White with #761E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E3B; }
p { color: rgb(118,30,59); }
H1.HeaderClassName
{
color: #761E3B;
}
.AnyTagClassName
{
color: #761E3B;
}
</style>
background-color css
<style>
a { background-color: #761E3B; }
a { background-color: rgb(118,30,59); }
div.DivClassName
{
background-color: #761E3B;
}
.BgClassName
{
background-color: #761E3B;
}
</style>
border-color css
<style>
span { border-color: #761E3B; }
span { border-color: rgb(118,30,59); }
td.TdClassName
{
border-color: #761E3B;
}
.TagClassName
{
border-color: #761E3B;
}
</style>