Shades of Claret #762433
Tints of Claret #762433
RGB
CMYK
RGB Variations
Color information
#762433 (or 0x762433) is known color: Claret. HEX triplet: 76, 24 and 33. RGB value is (118,36,51). Sum of RGB (Red+Green+Blue) = 118+36+51=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #762433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762433 is #89DBCC. Grayscale: #3E3E3E. Windows color (decimal): -9034701 or 3351670. OLE color: 3351670.
HSL color Cylindrical-coordinate representation of color #762433: hue angle of 349.02º 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 #762433 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 36 | 51 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.54 |
| HSL | 349.02º | 0.53% | 0.3% | - |
| HSV(B) | 349.02º | 0.69% | 0.46% | - |
| XYZ | 8.7 | 5.35 | 3.71 | - |
| YUV | 62.23 | 121.67 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 51 | 0 | 0.69 | 0.57 | 0.54 | 349.02 | 0.53 | 0.3 |
| Hex | 76 | 24 | 33 | 0 | 45 | 39 | 36 | 15D | 35 | 1E |
| Octal | 166 | 44 | 63 | 0 | 105 | 71 | 66 | 535 | 65 | 36 |
| Binary | 1110110 | 100100 | 110011 | 0 | 1000101 | 111001 | 110110 | 101011101 | 110101 | 11110 |
Color Harmonies of #762433
Complementary color
Monochromatic Colors of #762433
Black with #762433
Text Example
Text Example
White with #762433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762433; }
p { color: rgb(118,36,51); }
H1.HeaderClassName
{
color: #762433;
}
.AnyTagClassName
{
color: #762433;
}
</style>
background-color css
<style>
a { background-color: #762433; }
a { background-color: rgb(118,36,51); }
div.DivClassName
{
background-color: #762433;
}
.BgClassName
{
background-color: #762433;
}
</style>
border-color css
<style>
span { border-color: #762433; }
span { border-color: rgb(118,36,51); }
td.TdClassName
{
border-color: #762433;
}
.TagClassName
{
border-color: #762433;
}
</style>