Shades of Claret #76223D
Tints of Claret #76223D
RGB
CMYK
RGB Variations
Color information
#76223D (or 0x76223D) is known color: Claret. HEX triplet: 76, 22 and 3D. RGB value is (118,34,61). Sum of RGB (Red+Green+Blue) = 118+34+61=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76223D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76223D is #89DDC2. Grayscale: #3E3E3E. Windows color (decimal): -9035203 or 4006518. OLE color: 4006518.
HSL color Cylindrical-coordinate representation of color #76223D: hue angle of 340.71º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76223D is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 34 | 61 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.54 |
| HSL | 340.71º | 0.55% | 0.3% | - |
| HSV(B) | 340.71º | 0.71% | 0.46% | - |
| XYZ | 8.89 | 5.33 | 4.98 | - |
| YUV | 62.19 | 127.33 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 61 | 0 | 0.71 | 0.48 | 0.54 | 340.71 | 0.55 | 0.3 |
| Hex | 76 | 22 | 3D | 0 | 47 | 30 | 36 | 155 | 37 | 1E |
| Octal | 166 | 42 | 75 | 0 | 107 | 60 | 66 | 525 | 67 | 36 |
| Binary | 1110110 | 100010 | 111101 | 0 | 1000111 | 110000 | 110110 | 101010101 | 110111 | 11110 |
Color Harmonies of #76223D
Complementary color
Monochromatic Colors of #76223D
Black with #76223D
Text Example
Text Example
White with #76223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76223D; }
p { color: rgb(118,34,61); }
H1.HeaderClassName
{
color: #76223D;
}
.AnyTagClassName
{
color: #76223D;
}
</style>
background-color css
<style>
a { background-color: #76223D; }
a { background-color: rgb(118,34,61); }
div.DivClassName
{
background-color: #76223D;
}
.BgClassName
{
background-color: #76223D;
}
</style>
border-color css
<style>
span { border-color: #76223D; }
span { border-color: rgb(118,34,61); }
td.TdClassName
{
border-color: #76223D;
}
.TagClassName
{
border-color: #76223D;
}
</style>