Shades of Claret #761C2E
Tints of Claret #761C2E
RGB
CMYK
RGB Variations
Color information
#761C2E (or 0x761C2E) is known color: Claret. HEX triplet: 76, 1C and 2E. RGB value is (118,28,46). Sum of RGB (Red+Green+Blue) = 118+28+46=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #761C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C2E is #89E3D1. Grayscale: #383838. Windows color (decimal): -9036754 or 3021942. OLE color: 3021942.
HSL color Cylindrical-coordinate representation of color #761C2E: hue angle of 348º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #761C2E is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 28 | 46 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.54 |
| HSL | 348º | 0.62% | 0.29% | - |
| HSV(B) | 348º | 0.76% | 0.46% | - |
| XYZ | 8.38 | 4.88 | 3.08 | - |
| YUV | 56.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 46 | 0 | 0.76 | 0.61 | 0.54 | 348 | 0.62 | 0.29 |
| Hex | 76 | 1C | 2E | 0 | 4C | 3D | 36 | 15C | 3E | 1D |
| Octal | 166 | 34 | 56 | 0 | 114 | 75 | 66 | 534 | 76 | 35 |
| Binary | 1110110 | 11100 | 101110 | 0 | 1001100 | 111101 | 110110 | 101011100 | 111110 | 11101 |
Color Harmonies of #761C2E
Complementary color
Monochromatic Colors of #761C2E
Black with #761C2E
Text Example
Text Example
White with #761C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761C2E; }
p { color: rgb(118,28,46); }
H1.HeaderClassName
{
color: #761C2E;
}
.AnyTagClassName
{
color: #761C2E;
}
</style>
background-color css
<style>
a { background-color: #761C2E; }
a { background-color: rgb(118,28,46); }
div.DivClassName
{
background-color: #761C2E;
}
.BgClassName
{
background-color: #761C2E;
}
</style>
border-color css
<style>
span { border-color: #761C2E; }
span { border-color: rgb(118,28,46); }
td.TdClassName
{
border-color: #761C2E;
}
.TagClassName
{
border-color: #761C2E;
}
</style>