Shades of Claret #760F2F
Tints of Claret #760F2F
RGB
CMYK
RGB Variations
Color information
#760F2F (or 0x760F2F) is known color: Claret. HEX triplet: 76, 0F and 2F. RGB value is (118,15,47). Sum of RGB (Red+Green+Blue) = 118+15+47=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #760F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760F2F is #89F0D0. Grayscale: #313131. Windows color (decimal): -9040081 or 3084150. OLE color: 3084150.
HSL color Cylindrical-coordinate representation of color #760F2F: hue angle of 341.36º 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 #760F2F is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 47 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.54 |
| HSL | 341.36º | 0.77% | 0.26% | - |
| HSV(B) | 341.36º | 0.87% | 0.46% | - |
| XYZ | 8.16 | 4.4 | 3.11 | - |
| YUV | 49.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 47 | 0 | 0.87 | 0.60 | 0.54 | 341.36 | 0.77 | 0.26 |
| Hex | 76 | F | 2F | 0 | 57 | 3C | 36 | 155 | 4D | 1A |
| Octal | 166 | 17 | 57 | 0 | 127 | 74 | 66 | 525 | 115 | 32 |
| Binary | 1110110 | 1111 | 101111 | 0 | 1010111 | 111100 | 110110 | 101010101 | 1001101 | 11010 |
Color Harmonies of #760F2F
Complementary color
Monochromatic Colors of #760F2F
Black with #760F2F
Text Example
Text Example
White with #760F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F2F; }
p { color: rgb(118,15,47); }
H1.HeaderClassName
{
color: #760F2F;
}
.AnyTagClassName
{
color: #760F2F;
}
</style>
background-color css
<style>
a { background-color: #760F2F; }
a { background-color: rgb(118,15,47); }
div.DivClassName
{
background-color: #760F2F;
}
.BgClassName
{
background-color: #760F2F;
}
</style>
border-color css
<style>
span { border-color: #760F2F; }
span { border-color: rgb(118,15,47); }
td.TdClassName
{
border-color: #760F2F;
}
.TagClassName
{
border-color: #760F2F;
}
</style>