Shades of Claret #761E3D
Tints of Claret #761E3D
RGB
CMYK
RGB Variations
Color information
#761E3D (or 0x761E3D) is known color: Claret. HEX triplet: 76, 1E and 3D. RGB value is (118,30,61). Sum of RGB (Red+Green+Blue) = 118+30+61=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #761E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761E3D is #89E1C2. Grayscale: #3B3B3B. Windows color (decimal): -9036227 or 4005494. OLE color: 4005494.
HSL color Cylindrical-coordinate representation of color #761E3D: hue angle of 338.86º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761E3D is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 61 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.54 |
| HSL | 338.86º | 0.59% | 0.29% | - |
| HSV(B) | 338.86º | 0.75% | 0.46% | - |
| XYZ | 8.78 | 5.12 | 4.94 | - |
| YUV | 59.85 | 128.65 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 61 | 0 | 0.75 | 0.48 | 0.54 | 338.86 | 0.59 | 0.29 |
| Hex | 76 | 1E | 3D | 0 | 4B | 30 | 36 | 153 | 3B | 1D |
| Octal | 166 | 36 | 75 | 0 | 113 | 60 | 66 | 523 | 73 | 35 |
| Binary | 1110110 | 11110 | 111101 | 0 | 1001011 | 110000 | 110110 | 101010011 | 111011 | 11101 |
Color Harmonies of #761E3D
Complementary color
Monochromatic Colors of #761E3D
Black with #761E3D
Text Example
Text Example
White with #761E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E3D; }
p { color: rgb(118,30,61); }
H1.HeaderClassName
{
color: #761E3D;
}
.AnyTagClassName
{
color: #761E3D;
}
</style>
background-color css
<style>
a { background-color: #761E3D; }
a { background-color: rgb(118,30,61); }
div.DivClassName
{
background-color: #761E3D;
}
.BgClassName
{
background-color: #761E3D;
}
</style>
border-color css
<style>
span { border-color: #761E3D; }
span { border-color: rgb(118,30,61); }
td.TdClassName
{
border-color: #761E3D;
}
.TagClassName
{
border-color: #761E3D;
}
</style>