Shades of Claret #76243B
Tints of Claret #76243B
RGB
CMYK
RGB Variations
Color information
#76243B (or 0x76243B) is known color: Claret. HEX triplet: 76, 24 and 3B. RGB value is (118,36,59). Sum of RGB (Red+Green+Blue) = 118+36+59=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76243B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76243B is #89DBC4. Grayscale: #3F3F3F. Windows color (decimal): -9034693 or 3875958. OLE color: 3875958.
HSL color Cylindrical-coordinate representation of color #76243B: hue angle of 343.17º 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 #76243B is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 36 | 59 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.54 |
| HSL | 343.17º | 0.53% | 0.3% | - |
| HSV(B) | 343.17º | 0.69% | 0.46% | - |
| XYZ | 8.89 | 5.43 | 4.72 | - |
| YUV | 63.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 59 | 0 | 0.69 | 0.50 | 0.54 | 343.17 | 0.53 | 0.3 |
| Hex | 76 | 24 | 3B | 0 | 45 | 32 | 36 | 157 | 35 | 1E |
| Octal | 166 | 44 | 73 | 0 | 105 | 62 | 66 | 527 | 65 | 36 |
| Binary | 1110110 | 100100 | 111011 | 0 | 1000101 | 110010 | 110110 | 101010111 | 110101 | 11110 |
Color Harmonies of #76243B
Complementary color
Monochromatic Colors of #76243B
Black with #76243B
Text Example
Text Example
White with #76243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76243B; }
p { color: rgb(118,36,59); }
H1.HeaderClassName
{
color: #76243B;
}
.AnyTagClassName
{
color: #76243B;
}
</style>
background-color css
<style>
a { background-color: #76243B; }
a { background-color: rgb(118,36,59); }
div.DivClassName
{
background-color: #76243B;
}
.BgClassName
{
background-color: #76243B;
}
</style>
border-color css
<style>
span { border-color: #76243B; }
span { border-color: rgb(118,36,59); }
td.TdClassName
{
border-color: #76243B;
}
.TagClassName
{
border-color: #76243B;
}
</style>