Shades of Claret #761838
Tints of Claret #761838
RGB
CMYK
RGB Variations
Color information
#761838 (or 0x761838) is known color: Claret. HEX triplet: 76, 18 and 38. RGB value is (118,24,56). Sum of RGB (Red+Green+Blue) = 118+24+56=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #761838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761838 is #89E7C7. Grayscale: #373737. Windows color (decimal): -9037768 or 3676278. OLE color: 3676278.
HSL color Cylindrical-coordinate representation of color #761838: hue angle of 339.57º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761838 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 56 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.54 |
| HSL | 339.57º | 0.66% | 0.28% | - |
| HSV(B) | 339.57º | 0.8% | 0.46% | - |
| XYZ | 8.51 | 4.79 | 4.22 | - |
| YUV | 55.75 | 128.14 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 56 | 0 | 0.80 | 0.53 | 0.54 | 339.57 | 0.66 | 0.28 |
| Hex | 76 | 18 | 38 | 0 | 50 | 35 | 36 | 154 | 42 | 1C |
| Octal | 166 | 30 | 70 | 0 | 120 | 65 | 66 | 524 | 102 | 34 |
| Binary | 1110110 | 11000 | 111000 | 0 | 1010000 | 110101 | 110110 | 101010100 | 1000010 | 11100 |
Color Harmonies of #761838
Complementary color
Monochromatic Colors of #761838
Black with #761838
Text Example
Text Example
White with #761838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761838; }
p { color: rgb(118,24,56); }
H1.HeaderClassName
{
color: #761838;
}
.AnyTagClassName
{
color: #761838;
}
</style>
background-color css
<style>
a { background-color: #761838; }
a { background-color: rgb(118,24,56); }
div.DivClassName
{
background-color: #761838;
}
.BgClassName
{
background-color: #761838;
}
</style>
border-color css
<style>
span { border-color: #761838; }
span { border-color: rgb(118,24,56); }
td.TdClassName
{
border-color: #761838;
}
.TagClassName
{
border-color: #761838;
}
</style>