Shades of Claret #760D35
Tints of Claret #760D35
RGB
CMYK
RGB Variations
Color information
#760D35 (or 0x760D35) is known color: Claret. HEX triplet: 76, 0D and 35. RGB value is (118,13,53). Sum of RGB (Red+Green+Blue) = 118+13+53=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #760D35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760D35 is #89F2CA. Grayscale: #303030. Windows color (decimal): -9040587 or 3476854. OLE color: 3476854.
HSL color Cylindrical-coordinate representation of color #760D35: hue angle of 337.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D35 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 13 | 53 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.54 |
| HSL | 337.14º | 0.8% | 0.26% | - |
| HSV(B) | 337.14º | 0.89% | 0.46% | - |
| XYZ | 8.26 | 4.4 | 3.78 | - |
| YUV | 48.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 53 | 0 | 0.89 | 0.55 | 0.54 | 337.14 | 0.8 | 0.26 |
| Hex | 76 | D | 35 | 0 | 59 | 37 | 36 | 151 | 50 | 1A |
| Octal | 166 | 15 | 65 | 0 | 131 | 67 | 66 | 521 | 120 | 32 |
| Binary | 1110110 | 1101 | 110101 | 0 | 1011001 | 110111 | 110110 | 101010001 | 1010000 | 11010 |
Color Harmonies of #760D35
Complementary color
Monochromatic Colors of #760D35
Black with #760D35
Text Example
Text Example
White with #760D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760D35; }
p { color: rgb(118,13,53); }
H1.HeaderClassName
{
color: #760D35;
}
.AnyTagClassName
{
color: #760D35;
}
</style>
background-color css
<style>
a { background-color: #760D35; }
a { background-color: rgb(118,13,53); }
div.DivClassName
{
background-color: #760D35;
}
.BgClassName
{
background-color: #760D35;
}
</style>
border-color css
<style>
span { border-color: #760D35; }
span { border-color: rgb(118,13,53); }
td.TdClassName
{
border-color: #760D35;
}
.TagClassName
{
border-color: #760D35;
}
</style>