Shades of Claret #762332
Tints of Claret #762332
RGB
CMYK
RGB Variations
Color information
#762332 (or 0x762332) is known color: Claret. HEX triplet: 76, 23 and 32. RGB value is (118,35,50). Sum of RGB (Red+Green+Blue) = 118+35+50=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #762332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762332 is #89DCCD. Grayscale: #3D3D3D. Windows color (decimal): -9034958 or 3285878. OLE color: 3285878.
HSL color Cylindrical-coordinate representation of color #762332: hue angle of 349.16º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762332 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 35 | 50 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.54 |
| HSL | 349.16º | 0.54% | 0.3% | - |
| HSV(B) | 349.16º | 0.7% | 0.46% | - |
| XYZ | 8.65 | 5.28 | 3.58 | - |
| YUV | 61.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 35 | 50 | 0 | 0.70 | 0.58 | 0.54 | 349.16 | 0.54 | 0.3 |
| Hex | 76 | 23 | 32 | 0 | 46 | 3A | 36 | 15D | 36 | 1E |
| Octal | 166 | 43 | 62 | 0 | 106 | 72 | 66 | 535 | 66 | 36 |
| Binary | 1110110 | 100011 | 110010 | 0 | 1000110 | 111010 | 110110 | 101011101 | 110110 | 11110 |
Color Harmonies of #762332
Complementary color
Monochromatic Colors of #762332
Black with #762332
Text Example
Text Example
White with #762332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762332; }
p { color: rgb(118,35,50); }
H1.HeaderClassName
{
color: #762332;
}
.AnyTagClassName
{
color: #762332;
}
</style>
background-color css
<style>
a { background-color: #762332; }
a { background-color: rgb(118,35,50); }
div.DivClassName
{
background-color: #762332;
}
.BgClassName
{
background-color: #762332;
}
</style>
border-color css
<style>
span { border-color: #762332; }
span { border-color: rgb(118,35,50); }
td.TdClassName
{
border-color: #762332;
}
.TagClassName
{
border-color: #762332;
}
</style>