Shades of Claret #761235
Tints of Claret #761235
RGB
CMYK
RGB Variations
Color information
#761235 (or 0x761235) is known color: Claret. HEX triplet: 76, 12 and 35. RGB value is (118,18,53). Sum of RGB (Red+Green+Blue) = 118+18+53=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #761235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761235 is #89EDCA. Grayscale: #333333. Windows color (decimal): -9039307 or 3478134. OLE color: 3478134.
HSL color Cylindrical-coordinate representation of color #761235: hue angle of 339º 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 #761235 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 18 | 53 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.54 |
| HSL | 339º | 0.74% | 0.27% | - |
| HSV(B) | 339º | 0.85% | 0.46% | - |
| XYZ | 8.33 | 4.54 | 3.81 | - |
| YUV | 51.89 | 128.63 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 53 | 0 | 0.85 | 0.55 | 0.54 | 339 | 0.74 | 0.27 |
| Hex | 76 | 12 | 35 | 0 | 55 | 37 | 36 | 153 | 4A | 1B |
| Octal | 166 | 22 | 65 | 0 | 125 | 67 | 66 | 523 | 112 | 33 |
| Binary | 1110110 | 10010 | 110101 | 0 | 1010101 | 110111 | 110110 | 101010011 | 1001010 | 11011 |
Color Harmonies of #761235
Complementary color
Monochromatic Colors of #761235
Black with #761235
Text Example
Text Example
White with #761235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761235; }
p { color: rgb(118,18,53); }
H1.HeaderClassName
{
color: #761235;
}
.AnyTagClassName
{
color: #761235;
}
</style>
background-color css
<style>
a { background-color: #761235; }
a { background-color: rgb(118,18,53); }
div.DivClassName
{
background-color: #761235;
}
.BgClassName
{
background-color: #761235;
}
</style>
border-color css
<style>
span { border-color: #761235; }
span { border-color: rgb(118,18,53); }
td.TdClassName
{
border-color: #761235;
}
.TagClassName
{
border-color: #761235;
}
</style>