Shades of Claret #76243C
Tints of Claret #76243C
RGB
CMYK
RGB Variations
Color information
#76243C (or 0x76243C) is known color: Claret. HEX triplet: 76, 24 and 3C. RGB value is (118,36,60). Sum of RGB (Red+Green+Blue) = 118+36+60=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76243C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76243C is #89DBC3. Grayscale: #3F3F3F. Windows color (decimal): -9034692 or 3941494. OLE color: 3941494.
HSL color Cylindrical-coordinate representation of color #76243C: hue angle of 342.44º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76243C is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 36 | 60 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.54 |
| HSL | 342.44º | 0.53% | 0.3% | - |
| HSV(B) | 342.44º | 0.69% | 0.46% | - |
| XYZ | 8.92 | 5.44 | 4.85 | - |
| YUV | 63.25 | 126.17 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 60 | 0 | 0.69 | 0.49 | 0.54 | 342.44 | 0.53 | 0.3 |
| Hex | 76 | 24 | 3C | 0 | 45 | 31 | 36 | 156 | 35 | 1E |
| Octal | 166 | 44 | 74 | 0 | 105 | 61 | 66 | 526 | 65 | 36 |
| Binary | 1110110 | 100100 | 111100 | 0 | 1000101 | 110001 | 110110 | 101010110 | 110101 | 11110 |
Color Harmonies of #76243C
Complementary color
Monochromatic Colors of #76243C
Black with #76243C
Text Example
Text Example
White with #76243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76243C; }
p { color: rgb(118,36,60); }
H1.HeaderClassName
{
color: #76243C;
}
.AnyTagClassName
{
color: #76243C;
}
</style>
background-color css
<style>
a { background-color: #76243C; }
a { background-color: rgb(118,36,60); }
div.DivClassName
{
background-color: #76243C;
}
.BgClassName
{
background-color: #76243C;
}
</style>
border-color css
<style>
span { border-color: #76243C; }
span { border-color: rgb(118,36,60); }
td.TdClassName
{
border-color: #76243C;
}
.TagClassName
{
border-color: #76243C;
}
</style>