Shades of Claret #762239
Tints of Claret #762239
RGB
CMYK
RGB Variations
Color information
#762239 (or 0x762239) is known color: Claret. HEX triplet: 76, 22 and 39. RGB value is (118,34,57). Sum of RGB (Red+Green+Blue) = 118+34+57=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #762239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762239 is #89DDC6. Grayscale: #3D3D3D. Windows color (decimal): -9035207 or 3744374. OLE color: 3744374.
HSL color Cylindrical-coordinate representation of color #762239: hue angle of 343.57º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #762239 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 34 | 57 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.54 |
| HSL | 343.57º | 0.55% | 0.3% | - |
| HSV(B) | 343.57º | 0.71% | 0.46% | - |
| XYZ | 8.78 | 5.29 | 4.43 | - |
| YUV | 61.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 57 | 0 | 0.71 | 0.52 | 0.54 | 343.57 | 0.55 | 0.3 |
| Hex | 76 | 22 | 39 | 0 | 47 | 34 | 36 | 158 | 37 | 1E |
| Octal | 166 | 42 | 71 | 0 | 107 | 64 | 66 | 530 | 67 | 36 |
| Binary | 1110110 | 100010 | 111001 | 0 | 1000111 | 110100 | 110110 | 101011000 | 110111 | 11110 |
Color Harmonies of #762239
Complementary color
Monochromatic Colors of #762239
Black with #762239
Text Example
Text Example
White with #762239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762239; }
p { color: rgb(118,34,57); }
H1.HeaderClassName
{
color: #762239;
}
.AnyTagClassName
{
color: #762239;
}
</style>
background-color css
<style>
a { background-color: #762239; }
a { background-color: rgb(118,34,57); }
div.DivClassName
{
background-color: #762239;
}
.BgClassName
{
background-color: #762239;
}
</style>
border-color css
<style>
span { border-color: #762239; }
span { border-color: rgb(118,34,57); }
td.TdClassName
{
border-color: #762239;
}
.TagClassName
{
border-color: #762239;
}
</style>