Shades of Claret #762039
Tints of Claret #762039
RGB
CMYK
RGB Variations
Color information
#762039 (or 0x762039) is known color: Claret. HEX triplet: 76, 20 and 39. RGB value is (118,32,57). Sum of RGB (Red+Green+Blue) = 118+32+57=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #762039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762039 is #89DFC6. Grayscale: #3C3C3C. Windows color (decimal): -9035719 or 3743862. OLE color: 3743862.
HSL color Cylindrical-coordinate representation of color #762039: hue angle of 342.56º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762039 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 57 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.54 |
| HSL | 342.56º | 0.57% | 0.29% | - |
| HSV(B) | 342.56º | 0.73% | 0.46% | - |
| XYZ | 8.73 | 5.18 | 4.41 | - |
| YUV | 60.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 57 | 0 | 0.73 | 0.52 | 0.54 | 342.56 | 0.57 | 0.29 |
| Hex | 76 | 20 | 39 | 0 | 49 | 34 | 36 | 157 | 39 | 1D |
| Octal | 166 | 40 | 71 | 0 | 111 | 64 | 66 | 527 | 71 | 35 |
| Binary | 1110110 | 100000 | 111001 | 0 | 1001001 | 110100 | 110110 | 101010111 | 111001 | 11101 |
Color Harmonies of #762039
Complementary color
Monochromatic Colors of #762039
Black with #762039
Text Example
Text Example
White with #762039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762039; }
p { color: rgb(118,32,57); }
H1.HeaderClassName
{
color: #762039;
}
.AnyTagClassName
{
color: #762039;
}
</style>
background-color css
<style>
a { background-color: #762039; }
a { background-color: rgb(118,32,57); }
div.DivClassName
{
background-color: #762039;
}
.BgClassName
{
background-color: #762039;
}
</style>
border-color css
<style>
span { border-color: #762039; }
span { border-color: rgb(118,32,57); }
td.TdClassName
{
border-color: #762039;
}
.TagClassName
{
border-color: #762039;
}
</style>