Shades of Claret #762333
Tints of Claret #762333
RGB
CMYK
RGB Variations
Color information
#762333 (or 0x762333) is known color: Claret. HEX triplet: 76, 23 and 33. RGB value is (118,35,51). Sum of RGB (Red+Green+Blue) = 118+35+51=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #762333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762333 is #89DCCC. Grayscale: #3D3D3D. Windows color (decimal): -9034957 or 3351414. OLE color: 3351414.
HSL color Cylindrical-coordinate representation of color #762333: hue angle of 348.43º 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 #762333 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 35 | 51 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.54 |
| HSL | 348.43º | 0.54% | 0.3% | - |
| HSV(B) | 348.43º | 0.7% | 0.46% | - |
| XYZ | 8.67 | 5.29 | 3.7 | - |
| YUV | 61.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 35 | 51 | 0 | 0.70 | 0.57 | 0.54 | 348.43 | 0.54 | 0.3 |
| Hex | 76 | 23 | 33 | 0 | 46 | 39 | 36 | 15C | 36 | 1E |
| Octal | 166 | 43 | 63 | 0 | 106 | 71 | 66 | 534 | 66 | 36 |
| Binary | 1110110 | 100011 | 110011 | 0 | 1000110 | 111001 | 110110 | 101011100 | 110110 | 11110 |
Color Harmonies of #762333
Complementary color
Monochromatic Colors of #762333
Black with #762333
Text Example
Text Example
White with #762333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762333; }
p { color: rgb(118,35,51); }
H1.HeaderClassName
{
color: #762333;
}
.AnyTagClassName
{
color: #762333;
}
</style>
background-color css
<style>
a { background-color: #762333; }
a { background-color: rgb(118,35,51); }
div.DivClassName
{
background-color: #762333;
}
.BgClassName
{
background-color: #762333;
}
</style>
border-color css
<style>
span { border-color: #762333; }
span { border-color: rgb(118,35,51); }
td.TdClassName
{
border-color: #762333;
}
.TagClassName
{
border-color: #762333;
}
</style>