Shades of Claret #760F31
Tints of Claret #760F31
RGB
CMYK
RGB Variations
Color information
#760F31 (or 0x760F31) is known color: Claret. HEX triplet: 76, 0F and 31. RGB value is (118,15,49). Sum of RGB (Red+Green+Blue) = 118+15+49=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #760F31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760F31 is #89F0CE. Grayscale: #313131. Windows color (decimal): -9040079 or 3215222. OLE color: 3215222.
HSL color Cylindrical-coordinate representation of color #760F31: hue angle of 340.19º 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 #760F31 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 49 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.54 |
| HSL | 340.19º | 0.77% | 0.26% | - |
| HSV(B) | 340.19º | 0.87% | 0.46% | - |
| XYZ | 8.2 | 4.41 | 3.33 | - |
| YUV | 49.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 49 | 0 | 0.87 | 0.58 | 0.54 | 340.19 | 0.77 | 0.26 |
| Hex | 76 | F | 31 | 0 | 57 | 3A | 36 | 154 | 4D | 1A |
| Octal | 166 | 17 | 61 | 0 | 127 | 72 | 66 | 524 | 115 | 32 |
| Binary | 1110110 | 1111 | 110001 | 0 | 1010111 | 111010 | 110110 | 101010100 | 1001101 | 11010 |
Color Harmonies of #760F31
Complementary color
Monochromatic Colors of #760F31
Black with #760F31
Text Example
Text Example
White with #760F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F31; }
p { color: rgb(118,15,49); }
H1.HeaderClassName
{
color: #760F31;
}
.AnyTagClassName
{
color: #760F31;
}
</style>
background-color css
<style>
a { background-color: #760F31; }
a { background-color: rgb(118,15,49); }
div.DivClassName
{
background-color: #760F31;
}
.BgClassName
{
background-color: #760F31;
}
</style>
border-color css
<style>
span { border-color: #760F31; }
span { border-color: rgb(118,15,49); }
td.TdClassName
{
border-color: #760F31;
}
.TagClassName
{
border-color: #760F31;
}
</style>