Shades of Claret #761835
Tints of Claret #761835
RGB
CMYK
RGB Variations
Color information
#761835 (or 0x761835) is known color: Claret. HEX triplet: 76, 18 and 35. RGB value is (118,24,53). Sum of RGB (Red+Green+Blue) = 118+24+53=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #761835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761835 is #89E7CA. Grayscale: #373737. Windows color (decimal): -9037771 or 3479670. OLE color: 3479670.
HSL color Cylindrical-coordinate representation of color #761835: hue angle of 341.49º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761835 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 53 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.54 |
| HSL | 341.49º | 0.66% | 0.28% | - |
| HSV(B) | 341.49º | 0.8% | 0.46% | - |
| XYZ | 8.44 | 4.76 | 3.84 | - |
| YUV | 55.41 | 126.64 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 53 | 0 | 0.80 | 0.55 | 0.54 | 341.49 | 0.66 | 0.28 |
| Hex | 76 | 18 | 35 | 0 | 50 | 37 | 36 | 155 | 42 | 1C |
| Octal | 166 | 30 | 65 | 0 | 120 | 67 | 66 | 525 | 102 | 34 |
| Binary | 1110110 | 11000 | 110101 | 0 | 1010000 | 110111 | 110110 | 101010101 | 1000010 | 11100 |
Color Harmonies of #761835
Complementary color
Monochromatic Colors of #761835
Black with #761835
Text Example
Text Example
White with #761835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761835; }
p { color: rgb(118,24,53); }
H1.HeaderClassName
{
color: #761835;
}
.AnyTagClassName
{
color: #761835;
}
</style>
background-color css
<style>
a { background-color: #761835; }
a { background-color: rgb(118,24,53); }
div.DivClassName
{
background-color: #761835;
}
.BgClassName
{
background-color: #761835;
}
</style>
border-color css
<style>
span { border-color: #761835; }
span { border-color: rgb(118,24,53); }
td.TdClassName
{
border-color: #761835;
}
.TagClassName
{
border-color: #761835;
}
</style>