Shades of Claret #761C2F
Tints of Claret #761C2F
RGB
CMYK
RGB Variations
Color information
#761C2F (or 0x761C2F) is known color: Claret. HEX triplet: 76, 1C and 2F. RGB value is (118,28,47). Sum of RGB (Red+Green+Blue) = 118+28+47=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #761C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C2F is #89E3D0. Grayscale: #393939. Windows color (decimal): -9036753 or 3087478. OLE color: 3087478.
HSL color Cylindrical-coordinate representation of color #761C2F: hue angle of 347.33º 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 #761C2F is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 28 | 47 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.54 |
| HSL | 347.33º | 0.62% | 0.29% | - |
| HSV(B) | 347.33º | 0.76% | 0.46% | - |
| XYZ | 8.4 | 4.89 | 3.19 | - |
| YUV | 57.08 | 122.32 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 47 | 0 | 0.76 | 0.60 | 0.54 | 347.33 | 0.62 | 0.29 |
| Hex | 76 | 1C | 2F | 0 | 4C | 3C | 36 | 15B | 3E | 1D |
| Octal | 166 | 34 | 57 | 0 | 114 | 74 | 66 | 533 | 76 | 35 |
| Binary | 1110110 | 11100 | 101111 | 0 | 1001100 | 111100 | 110110 | 101011011 | 111110 | 11101 |
Color Harmonies of #761C2F
Complementary color
Monochromatic Colors of #761C2F
Black with #761C2F
Text Example
Text Example
White with #761C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761C2F; }
p { color: rgb(118,28,47); }
H1.HeaderClassName
{
color: #761C2F;
}
.AnyTagClassName
{
color: #761C2F;
}
</style>
background-color css
<style>
a { background-color: #761C2F; }
a { background-color: rgb(118,28,47); }
div.DivClassName
{
background-color: #761C2F;
}
.BgClassName
{
background-color: #761C2F;
}
</style>
border-color css
<style>
span { border-color: #761C2F; }
span { border-color: rgb(118,28,47); }
td.TdClassName
{
border-color: #761C2F;
}
.TagClassName
{
border-color: #761C2F;
}
</style>