Shades of Claret #761233
Tints of Claret #761233
RGB
CMYK
RGB Variations
Color information
#761233 (or 0x761233) is known color: Claret. HEX triplet: 76, 12 and 33. RGB value is (118,18,51). Sum of RGB (Red+Green+Blue) = 118+18+51=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #761233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761233 is #89EDCC. Grayscale: #333333. Windows color (decimal): -9039309 or 3347062. OLE color: 3347062.
HSL color Cylindrical-coordinate representation of color #761233: hue angle of 340.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761233 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 18 | 51 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.54 |
| HSL | 340.2º | 0.74% | 0.27% | - |
| HSV(B) | 340.2º | 0.85% | 0.46% | - |
| XYZ | 8.29 | 4.52 | 3.57 | - |
| YUV | 51.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 51 | 0 | 0.85 | 0.57 | 0.54 | 340.2 | 0.74 | 0.27 |
| Hex | 76 | 12 | 33 | 0 | 55 | 39 | 36 | 154 | 4A | 1B |
| Octal | 166 | 22 | 63 | 0 | 125 | 71 | 66 | 524 | 112 | 33 |
| Binary | 1110110 | 10010 | 110011 | 0 | 1010101 | 111001 | 110110 | 101010100 | 1001010 | 11011 |
Color Harmonies of #761233
Complementary color
Monochromatic Colors of #761233
Black with #761233
Text Example
Text Example
White with #761233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761233; }
p { color: rgb(118,18,51); }
H1.HeaderClassName
{
color: #761233;
}
.AnyTagClassName
{
color: #761233;
}
</style>
background-color css
<style>
a { background-color: #761233; }
a { background-color: rgb(118,18,51); }
div.DivClassName
{
background-color: #761233;
}
.BgClassName
{
background-color: #761233;
}
</style>
border-color css
<style>
span { border-color: #761233; }
span { border-color: rgb(118,18,51); }
td.TdClassName
{
border-color: #761233;
}
.TagClassName
{
border-color: #761233;
}
</style>