Shades of Claret #761C3A
Tints of Claret #761C3A
RGB
CMYK
RGB Variations
Color information
#761C3A (or 0x761C3A) is known color: Claret. HEX triplet: 76, 1C and 3A. RGB value is (118,28,58). Sum of RGB (Red+Green+Blue) = 118+28+58=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #761C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C3A is #89E3C5. Grayscale: #3A3A3A. Windows color (decimal): -9036742 or 3808374. OLE color: 3808374.
HSL color Cylindrical-coordinate representation of color #761C3A: hue angle of 340º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #761C3A is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 28 | 58 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.54 |
| HSL | 340º | 0.62% | 0.29% | - |
| HSV(B) | 340º | 0.76% | 0.46% | - |
| XYZ | 8.65 | 4.99 | 4.51 | - |
| YUV | 58.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 58 | 0 | 0.76 | 0.51 | 0.54 | 340 | 0.62 | 0.29 |
| Hex | 76 | 1C | 3A | 0 | 4C | 33 | 36 | 154 | 3E | 1D |
| Octal | 166 | 34 | 72 | 0 | 114 | 63 | 66 | 524 | 76 | 35 |
| Binary | 1110110 | 11100 | 111010 | 0 | 1001100 | 110011 | 110110 | 101010100 | 111110 | 11101 |
Color Harmonies of #761C3A
Complementary color
Monochromatic Colors of #761C3A
Black with #761C3A
Text Example
Text Example
White with #761C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761C3A; }
p { color: rgb(118,28,58); }
H1.HeaderClassName
{
color: #761C3A;
}
.AnyTagClassName
{
color: #761C3A;
}
</style>
background-color css
<style>
a { background-color: #761C3A; }
a { background-color: rgb(118,28,58); }
div.DivClassName
{
background-color: #761C3A;
}
.BgClassName
{
background-color: #761C3A;
}
</style>
border-color css
<style>
span { border-color: #761C3A; }
span { border-color: rgb(118,28,58); }
td.TdClassName
{
border-color: #761C3A;
}
.TagClassName
{
border-color: #761C3A;
}
</style>