Shades of Claret #762235
Tints of Claret #762235
RGB
CMYK
RGB Variations
Color information
#762235 (or 0x762235) is known color: Claret. HEX triplet: 76, 22 and 35. RGB value is (118,34,53). Sum of RGB (Red+Green+Blue) = 118+34+53=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #762235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762235 is #89DDCA. Grayscale: #3D3D3D. Windows color (decimal): -9035211 or 3482230. OLE color: 3482230.
HSL color Cylindrical-coordinate representation of color #762235: hue angle of 346.43º 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 #762235 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 34 | 53 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.54 |
| HSL | 346.43º | 0.55% | 0.3% | - |
| HSV(B) | 346.43º | 0.71% | 0.46% | - |
| XYZ | 8.69 | 5.25 | 3.92 | - |
| YUV | 61.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 53 | 0 | 0.71 | 0.55 | 0.54 | 346.43 | 0.55 | 0.3 |
| Hex | 76 | 22 | 35 | 0 | 47 | 37 | 36 | 15A | 37 | 1E |
| Octal | 166 | 42 | 65 | 0 | 107 | 67 | 66 | 532 | 67 | 36 |
| Binary | 1110110 | 100010 | 110101 | 0 | 1000111 | 110111 | 110110 | 101011010 | 110111 | 11110 |
Color Harmonies of #762235
Complementary color
Monochromatic Colors of #762235
Black with #762235
Text Example
Text Example
White with #762235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762235; }
p { color: rgb(118,34,53); }
H1.HeaderClassName
{
color: #762235;
}
.AnyTagClassName
{
color: #762235;
}
</style>
background-color css
<style>
a { background-color: #762235; }
a { background-color: rgb(118,34,53); }
div.DivClassName
{
background-color: #762235;
}
.BgClassName
{
background-color: #762235;
}
</style>
border-color css
<style>
span { border-color: #762235; }
span { border-color: rgb(118,34,53); }
td.TdClassName
{
border-color: #762235;
}
.TagClassName
{
border-color: #762235;
}
</style>