Shades of Claret #761F2F
Tints of Claret #761F2F
RGB
CMYK
RGB Variations
Color information
#761F2F (or 0x761F2F) is known color: Claret. HEX triplet: 76, 1F and 2F. RGB value is (118,31,47). Sum of RGB (Red+Green+Blue) = 118+31+47=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #761F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F2F is #89E0D0. Grayscale: #3A3A3A. Windows color (decimal): -9035985 or 3088246. OLE color: 3088246.
HSL color Cylindrical-coordinate representation of color #761F2F: hue angle of 348.97º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #761F2F is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 31 | 47 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.54 |
| HSL | 348.97º | 0.58% | 0.29% | - |
| HSV(B) | 348.97º | 0.74% | 0.46% | - |
| XYZ | 8.47 | 5.04 | 3.21 | - |
| YUV | 58.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 47 | 0 | 0.74 | 0.60 | 0.54 | 348.97 | 0.58 | 0.29 |
| Hex | 76 | 1F | 2F | 0 | 4A | 3C | 36 | 15D | 3A | 1D |
| Octal | 166 | 37 | 57 | 0 | 112 | 74 | 66 | 535 | 72 | 35 |
| Binary | 1110110 | 11111 | 101111 | 0 | 1001010 | 111100 | 110110 | 101011101 | 111010 | 11101 |
Color Harmonies of #761F2F
Complementary color
Monochromatic Colors of #761F2F
Black with #761F2F
Text Example
Text Example
White with #761F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761F2F; }
p { color: rgb(118,31,47); }
H1.HeaderClassName
{
color: #761F2F;
}
.AnyTagClassName
{
color: #761F2F;
}
</style>
background-color css
<style>
a { background-color: #761F2F; }
a { background-color: rgb(118,31,47); }
div.DivClassName
{
background-color: #761F2F;
}
.BgClassName
{
background-color: #761F2F;
}
</style>
border-color css
<style>
span { border-color: #761F2F; }
span { border-color: rgb(118,31,47); }
td.TdClassName
{
border-color: #761F2F;
}
.TagClassName
{
border-color: #761F2F;
}
</style>