Shades of Claret #761B39
Tints of Claret #761B39
RGB
CMYK
RGB Variations
Color information
#761B39 (or 0x761B39) is known color: Claret. HEX triplet: 76, 1B and 39. RGB value is (118,27,57). Sum of RGB (Red+Green+Blue) = 118+27+57=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #761B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761B39 is #89E4C6. Grayscale: #393939. Windows color (decimal): -9036999 or 3742582. OLE color: 3742582.
HSL color Cylindrical-coordinate representation of color #761B39: hue angle of 340.22º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #761B39 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 27 | 57 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.54 |
| HSL | 340.22º | 0.63% | 0.28% | - |
| HSV(B) | 340.22º | 0.77% | 0.46% | - |
| XYZ | 8.6 | 4.93 | 4.37 | - |
| YUV | 57.63 | 127.65 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 57 | 0 | 0.77 | 0.52 | 0.54 | 340.22 | 0.63 | 0.28 |
| Hex | 76 | 1B | 39 | 0 | 4D | 34 | 36 | 154 | 3F | 1C |
| Octal | 166 | 33 | 71 | 0 | 115 | 64 | 66 | 524 | 77 | 34 |
| Binary | 1110110 | 11011 | 111001 | 0 | 1001101 | 110100 | 110110 | 101010100 | 111111 | 11100 |
Color Harmonies of #761B39
Complementary color
Monochromatic Colors of #761B39
Black with #761B39
Text Example
Text Example
White with #761B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761B39; }
p { color: rgb(118,27,57); }
H1.HeaderClassName
{
color: #761B39;
}
.AnyTagClassName
{
color: #761B39;
}
</style>
background-color css
<style>
a { background-color: #761B39; }
a { background-color: rgb(118,27,57); }
div.DivClassName
{
background-color: #761B39;
}
.BgClassName
{
background-color: #761B39;
}
</style>
border-color css
<style>
span { border-color: #761B39; }
span { border-color: rgb(118,27,57); }
td.TdClassName
{
border-color: #761B39;
}
.TagClassName
{
border-color: #761B39;
}
</style>