Shades of Claret #760D34
Tints of Claret #760D34
RGB
CMYK
RGB Variations
Color information
#760D34 (or 0x760D34) is known color: Claret. HEX triplet: 76, 0D and 34. RGB value is (118,13,52). Sum of RGB (Red+Green+Blue) = 118+13+52=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #760D34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760D34 is #89F2CB. Grayscale: #303030. Windows color (decimal): -9040588 or 3411318. OLE color: 3411318.
HSL color Cylindrical-coordinate representation of color #760D34: hue angle of 337.71º 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 #760D34 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 13 | 52 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.54 |
| HSL | 337.71º | 0.8% | 0.26% | - |
| HSV(B) | 337.71º | 0.89% | 0.46% | - |
| XYZ | 8.23 | 4.39 | 3.66 | - |
| YUV | 48.84 | 129.79 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 52 | 0 | 0.89 | 0.56 | 0.54 | 337.71 | 0.8 | 0.26 |
| Hex | 76 | D | 34 | 0 | 59 | 38 | 36 | 152 | 50 | 1A |
| Octal | 166 | 15 | 64 | 0 | 131 | 70 | 66 | 522 | 120 | 32 |
| Binary | 1110110 | 1101 | 110100 | 0 | 1011001 | 111000 | 110110 | 101010010 | 1010000 | 11010 |
Color Harmonies of #760D34
Complementary color
Monochromatic Colors of #760D34
Black with #760D34
Text Example
Text Example
White with #760D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760D34; }
p { color: rgb(118,13,52); }
H1.HeaderClassName
{
color: #760D34;
}
.AnyTagClassName
{
color: #760D34;
}
</style>
background-color css
<style>
a { background-color: #760D34; }
a { background-color: rgb(118,13,52); }
div.DivClassName
{
background-color: #760D34;
}
.BgClassName
{
background-color: #760D34;
}
</style>
border-color css
<style>
span { border-color: #760D34; }
span { border-color: rgb(118,13,52); }
td.TdClassName
{
border-color: #760D34;
}
.TagClassName
{
border-color: #760D34;
}
</style>