Shades of Claret #760F2E
Tints of Claret #760F2E
RGB
CMYK
RGB Variations
Color information
#760F2E (or 0x760F2E) is known color: Claret. HEX triplet: 76, 0F and 2E. RGB value is (118,15,46). Sum of RGB (Red+Green+Blue) = 118+15+46=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #760F2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760F2E is #89F0D1. Grayscale: #313131. Windows color (decimal): -9040082 or 3018614. OLE color: 3018614.
HSL color Cylindrical-coordinate representation of color #760F2E: hue angle of 341.94º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #760F2E is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 46 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.54 |
| HSL | 341.94º | 0.77% | 0.26% | - |
| HSV(B) | 341.94º | 0.87% | 0.46% | - |
| XYZ | 8.14 | 4.39 | 3 | - |
| YUV | 49.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 46 | 0 | 0.87 | 0.61 | 0.54 | 341.94 | 0.77 | 0.26 |
| Hex | 76 | F | 2E | 0 | 57 | 3D | 36 | 156 | 4D | 1A |
| Octal | 166 | 17 | 56 | 0 | 127 | 75 | 66 | 526 | 115 | 32 |
| Binary | 1110110 | 1111 | 101110 | 0 | 1010111 | 111101 | 110110 | 101010110 | 1001101 | 11010 |
Color Harmonies of #760F2E
Complementary color
Monochromatic Colors of #760F2E
Black with #760F2E
Text Example
Text Example
White with #760F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F2E; }
p { color: rgb(118,15,46); }
H1.HeaderClassName
{
color: #760F2E;
}
.AnyTagClassName
{
color: #760F2E;
}
</style>
background-color css
<style>
a { background-color: #760F2E; }
a { background-color: rgb(118,15,46); }
div.DivClassName
{
background-color: #760F2E;
}
.BgClassName
{
background-color: #760F2E;
}
</style>
border-color css
<style>
span { border-color: #760F2E; }
span { border-color: rgb(118,15,46); }
td.TdClassName
{
border-color: #760F2E;
}
.TagClassName
{
border-color: #760F2E;
}
</style>