Shades of Claret #762434
Tints of Claret #762434
RGB
CMYK
RGB Variations
Color information
#762434 (or 0x762434) is known color: Claret. HEX triplet: 76, 24 and 34. RGB value is (118,36,52). Sum of RGB (Red+Green+Blue) = 118+36+52=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #762434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762434 is #89DBCB. Grayscale: #3E3E3E. Windows color (decimal): -9034700 or 3417206. OLE color: 3417206.
HSL color Cylindrical-coordinate representation of color #762434: hue angle of 348.29º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762434 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 36 | 52 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.54 |
| HSL | 348.29º | 0.53% | 0.3% | - |
| HSV(B) | 348.29º | 0.69% | 0.46% | - |
| XYZ | 8.72 | 5.36 | 3.82 | - |
| YUV | 62.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 52 | 0 | 0.69 | 0.56 | 0.54 | 348.29 | 0.53 | 0.3 |
| Hex | 76 | 24 | 34 | 0 | 45 | 38 | 36 | 15C | 35 | 1E |
| Octal | 166 | 44 | 64 | 0 | 105 | 70 | 66 | 534 | 65 | 36 |
| Binary | 1110110 | 100100 | 110100 | 0 | 1000101 | 111000 | 110110 | 101011100 | 110101 | 11110 |
Color Harmonies of #762434
Complementary color
Monochromatic Colors of #762434
Black with #762434
Text Example
Text Example
White with #762434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762434; }
p { color: rgb(118,36,52); }
H1.HeaderClassName
{
color: #762434;
}
.AnyTagClassName
{
color: #762434;
}
</style>
background-color css
<style>
a { background-color: #762434; }
a { background-color: rgb(118,36,52); }
div.DivClassName
{
background-color: #762434;
}
.BgClassName
{
background-color: #762434;
}
</style>
border-color css
<style>
span { border-color: #762434; }
span { border-color: rgb(118,36,52); }
td.TdClassName
{
border-color: #762434;
}
.TagClassName
{
border-color: #762434;
}
</style>