Shades of Claret #761232
Tints of Claret #761232
RGB
CMYK
RGB Variations
Color information
#761232 (or 0x761232) is known color: Claret. HEX triplet: 76, 12 and 32. RGB value is (118,18,50). Sum of RGB (Red+Green+Blue) = 118+18+50=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #761232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761232 is #89EDCD. Grayscale: #333333. Windows color (decimal): -9039310 or 3281526. OLE color: 3281526.
HSL color Cylindrical-coordinate representation of color #761232: hue angle of 340.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761232 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 18 | 50 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.54 |
| HSL | 340.8º | 0.74% | 0.27% | - |
| HSV(B) | 340.8º | 0.85% | 0.46% | - |
| XYZ | 8.26 | 4.51 | 3.45 | - |
| YUV | 51.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 50 | 0 | 0.85 | 0.58 | 0.54 | 340.8 | 0.74 | 0.27 |
| Hex | 76 | 12 | 32 | 0 | 55 | 3A | 36 | 155 | 4A | 1B |
| Octal | 166 | 22 | 62 | 0 | 125 | 72 | 66 | 525 | 112 | 33 |
| Binary | 1110110 | 10010 | 110010 | 0 | 1010101 | 111010 | 110110 | 101010101 | 1001010 | 11011 |
Color Harmonies of #761232
Complementary color
Monochromatic Colors of #761232
Black with #761232
Text Example
Text Example
White with #761232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761232; }
p { color: rgb(118,18,50); }
H1.HeaderClassName
{
color: #761232;
}
.AnyTagClassName
{
color: #761232;
}
</style>
background-color css
<style>
a { background-color: #761232; }
a { background-color: rgb(118,18,50); }
div.DivClassName
{
background-color: #761232;
}
.BgClassName
{
background-color: #761232;
}
</style>
border-color css
<style>
span { border-color: #761232; }
span { border-color: rgb(118,18,50); }
td.TdClassName
{
border-color: #761232;
}
.TagClassName
{
border-color: #761232;
}
</style>