Shades of Claret #761733
Tints of Claret #761733
RGB
CMYK
RGB Variations
Color information
#761733 (or 0x761733) is known color: Claret. HEX triplet: 76, 17 and 33. RGB value is (118,23,51). Sum of RGB (Red+Green+Blue) = 118+23+51=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #761733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761733 is #89E8CC. Grayscale: #363636. Windows color (decimal): -9038029 or 3348342. OLE color: 3348342.
HSL color Cylindrical-coordinate representation of color #761733: hue angle of 342.32º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761733 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 23 | 51 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.54 |
| HSL | 342.32º | 0.67% | 0.28% | - |
| HSV(B) | 342.32º | 0.81% | 0.46% | - |
| XYZ | 8.38 | 4.7 | 3.6 | - |
| YUV | 54.6 | 125.97 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 51 | 0 | 0.81 | 0.57 | 0.54 | 342.32 | 0.67 | 0.28 |
| Hex | 76 | 17 | 33 | 0 | 51 | 39 | 36 | 156 | 43 | 1C |
| Octal | 166 | 27 | 63 | 0 | 121 | 71 | 66 | 526 | 103 | 34 |
| Binary | 1110110 | 10111 | 110011 | 0 | 1010001 | 111001 | 110110 | 101010110 | 1000011 | 11100 |
Color Harmonies of #761733
Complementary color
Monochromatic Colors of #761733
Black with #761733
Text Example
Text Example
White with #761733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761733; }
p { color: rgb(118,23,51); }
H1.HeaderClassName
{
color: #761733;
}
.AnyTagClassName
{
color: #761733;
}
</style>
background-color css
<style>
a { background-color: #761733; }
a { background-color: rgb(118,23,51); }
div.DivClassName
{
background-color: #761733;
}
.BgClassName
{
background-color: #761733;
}
</style>
border-color css
<style>
span { border-color: #761733; }
span { border-color: rgb(118,23,51); }
td.TdClassName
{
border-color: #761733;
}
.TagClassName
{
border-color: #761733;
}
</style>