Shades of Claret #762233
Tints of Claret #762233
RGB
CMYK
RGB Variations
Color information
#762233 (or 0x762233) is known color: Claret. HEX triplet: 76, 22 and 33. RGB value is (118,34,51). Sum of RGB (Red+Green+Blue) = 118+34+51=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #762233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762233 is #89DDCC. Grayscale: #3D3D3D. Windows color (decimal): -9035213 or 3351158. OLE color: 3351158.
HSL color Cylindrical-coordinate representation of color #762233: hue angle of 347.86º 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 #762233 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 34 | 51 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.54 |
| HSL | 347.86º | 0.55% | 0.3% | - |
| HSV(B) | 347.86º | 0.71% | 0.46% | - |
| XYZ | 8.64 | 5.23 | 3.69 | - |
| YUV | 61.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 51 | 0 | 0.71 | 0.57 | 0.54 | 347.86 | 0.55 | 0.3 |
| Hex | 76 | 22 | 33 | 0 | 47 | 39 | 36 | 15C | 37 | 1E |
| Octal | 166 | 42 | 63 | 0 | 107 | 71 | 66 | 534 | 67 | 36 |
| Binary | 1110110 | 100010 | 110011 | 0 | 1000111 | 111001 | 110110 | 101011100 | 110111 | 11110 |
Color Harmonies of #762233
Complementary color
Monochromatic Colors of #762233
Black with #762233
Text Example
Text Example
White with #762233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762233; }
p { color: rgb(118,34,51); }
H1.HeaderClassName
{
color: #762233;
}
.AnyTagClassName
{
color: #762233;
}
</style>
background-color css
<style>
a { background-color: #762233; }
a { background-color: rgb(118,34,51); }
div.DivClassName
{
background-color: #762233;
}
.BgClassName
{
background-color: #762233;
}
</style>
border-color css
<style>
span { border-color: #762233; }
span { border-color: rgb(118,34,51); }
td.TdClassName
{
border-color: #762233;
}
.TagClassName
{
border-color: #762233;
}
</style>