Shades of Claret #76192F
Tints of Claret #76192F
RGB
CMYK
RGB Variations
Color information
#76192F (or 0x76192F) is known color: Claret. HEX triplet: 76, 19 and 2F. RGB value is (118,25,47). Sum of RGB (Red+Green+Blue) = 118+25+47=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #76192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76192F is #89E6D0. Grayscale: #373737. Windows color (decimal): -9037521 or 3086710. OLE color: 3086710.
HSL color Cylindrical-coordinate representation of color #76192F: hue angle of 345.81º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76192F is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 25 | 47 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.54 |
| HSL | 345.81º | 0.65% | 0.28% | - |
| HSV(B) | 345.81º | 0.79% | 0.46% | - |
| XYZ | 8.33 | 4.75 | 3.17 | - |
| YUV | 55.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 47 | 0 | 0.79 | 0.60 | 0.54 | 345.81 | 0.65 | 0.28 |
| Hex | 76 | 19 | 2F | 0 | 4F | 3C | 36 | 15A | 41 | 1C |
| Octal | 166 | 31 | 57 | 0 | 117 | 74 | 66 | 532 | 101 | 34 |
| Binary | 1110110 | 11001 | 101111 | 0 | 1001111 | 111100 | 110110 | 101011010 | 1000001 | 11100 |
Color Harmonies of #76192F
Complementary color
Monochromatic Colors of #76192F
Black with #76192F
Text Example
Text Example
White with #76192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76192F; }
p { color: rgb(118,25,47); }
H1.HeaderClassName
{
color: #76192F;
}
.AnyTagClassName
{
color: #76192F;
}
</style>
background-color css
<style>
a { background-color: #76192F; }
a { background-color: rgb(118,25,47); }
div.DivClassName
{
background-color: #76192F;
}
.BgClassName
{
background-color: #76192F;
}
</style>
border-color css
<style>
span { border-color: #76192F; }
span { border-color: rgb(118,25,47); }
td.TdClassName
{
border-color: #76192F;
}
.TagClassName
{
border-color: #76192F;
}
</style>