Shades of Claret #761A31
Tints of Claret #761A31
RGB
CMYK
RGB Variations
Color information
#761A31 (or 0x761A31) is known color: Claret. HEX triplet: 76, 1A and 31. RGB value is (118,26,49). Sum of RGB (Red+Green+Blue) = 118+26+49=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #761A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A31 is #89E5CE. Grayscale: #383838. Windows color (decimal): -9037263 or 3218038. OLE color: 3218038.
HSL color Cylindrical-coordinate representation of color #761A31: hue angle of 345º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A31 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 26 | 49 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.54 |
| HSL | 345º | 0.64% | 0.28% | - |
| HSV(B) | 345º | 0.78% | 0.46% | - |
| XYZ | 8.39 | 4.81 | 3.39 | - |
| YUV | 56.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 26 | 49 | 0 | 0.78 | 0.58 | 0.54 | 345 | 0.64 | 0.28 |
| Hex | 76 | 1A | 31 | 0 | 4E | 3A | 36 | 159 | 40 | 1C |
| Octal | 166 | 32 | 61 | 0 | 116 | 72 | 66 | 531 | 100 | 34 |
| Binary | 1110110 | 11010 | 110001 | 0 | 1001110 | 111010 | 110110 | 101011001 | 1000000 | 11100 |
Color Harmonies of #761A31
Complementary color
Monochromatic Colors of #761A31
Black with #761A31
Text Example
Text Example
White with #761A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761A31; }
p { color: rgb(118,26,49); }
H1.HeaderClassName
{
color: #761A31;
}
.AnyTagClassName
{
color: #761A31;
}
</style>
background-color css
<style>
a { background-color: #761A31; }
a { background-color: rgb(118,26,49); }
div.DivClassName
{
background-color: #761A31;
}
.BgClassName
{
background-color: #761A31;
}
</style>
border-color css
<style>
span { border-color: #761A31; }
span { border-color: rgb(118,26,49); }
td.TdClassName
{
border-color: #761A31;
}
.TagClassName
{
border-color: #761A31;
}
</style>