Shades of Claret #762334
Tints of Claret #762334
RGB
CMYK
RGB Variations
Color information
#762334 (or 0x762334) is known color: Claret. HEX triplet: 76, 23 and 34. RGB value is (118,35,52). Sum of RGB (Red+Green+Blue) = 118+35+52=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #762334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762334 is #89DCCB. Grayscale: #3D3D3D. Windows color (decimal): -9034956 or 3416950. OLE color: 3416950.
HSL color Cylindrical-coordinate representation of color #762334: hue angle of 347.71º 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 #762334 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 35 | 52 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.54 |
| HSL | 347.71º | 0.54% | 0.3% | - |
| HSV(B) | 347.71º | 0.7% | 0.46% | - |
| XYZ | 8.69 | 5.3 | 3.81 | - |
| YUV | 61.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 35 | 52 | 0 | 0.70 | 0.56 | 0.54 | 347.71 | 0.54 | 0.3 |
| Hex | 76 | 23 | 34 | 0 | 46 | 38 | 36 | 15C | 36 | 1E |
| Octal | 166 | 43 | 64 | 0 | 106 | 70 | 66 | 534 | 66 | 36 |
| Binary | 1110110 | 100011 | 110100 | 0 | 1000110 | 111000 | 110110 | 101011100 | 110110 | 11110 |
Color Harmonies of #762334
Complementary color
Monochromatic Colors of #762334
Black with #762334
Text Example
Text Example
White with #762334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762334; }
p { color: rgb(118,35,52); }
H1.HeaderClassName
{
color: #762334;
}
.AnyTagClassName
{
color: #762334;
}
</style>
background-color css
<style>
a { background-color: #762334; }
a { background-color: rgb(118,35,52); }
div.DivClassName
{
background-color: #762334;
}
.BgClassName
{
background-color: #762334;
}
</style>
border-color css
<style>
span { border-color: #762334; }
span { border-color: rgb(118,35,52); }
td.TdClassName
{
border-color: #762334;
}
.TagClassName
{
border-color: #762334;
}
</style>