Shades of Claret #76253B
Tints of Claret #76253B
RGB
CMYK
RGB Variations
Color information
#76253B (or 0x76253B) is known color: Claret. HEX triplet: 76, 25 and 3B. RGB value is (118,37,59). Sum of RGB (Red+Green+Blue) = 118+37+59=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76253B is #89DAC4. Grayscale: #3F3F3F. Windows color (decimal): -9034437 or 3876214. OLE color: 3876214.
HSL color Cylindrical-coordinate representation of color #76253B: hue angle of 343.7º degrees, saturation: 0.52, 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 #76253B is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 37 | 59 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.54 |
| HSL | 343.7º | 0.52% | 0.3% | - |
| HSV(B) | 343.7º | 0.69% | 0.46% | - |
| XYZ | 8.92 | 5.49 | 4.73 | - |
| YUV | 63.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 37 | 59 | 0 | 0.69 | 0.50 | 0.54 | 343.7 | 0.52 | 0.3 |
| Hex | 76 | 25 | 3B | 0 | 45 | 32 | 36 | 158 | 34 | 1E |
| Octal | 166 | 45 | 73 | 0 | 105 | 62 | 66 | 530 | 64 | 36 |
| Binary | 1110110 | 100101 | 111011 | 0 | 1000101 | 110010 | 110110 | 101011000 | 110100 | 11110 |
Color Harmonies of #76253B
Complementary color
Monochromatic Colors of #76253B
Black with #76253B
Text Example
Text Example
White with #76253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76253B; }
p { color: rgb(118,37,59); }
H1.HeaderClassName
{
color: #76253B;
}
.AnyTagClassName
{
color: #76253B;
}
</style>
background-color css
<style>
a { background-color: #76253B; }
a { background-color: rgb(118,37,59); }
div.DivClassName
{
background-color: #76253B;
}
.BgClassName
{
background-color: #76253B;
}
</style>
border-color css
<style>
span { border-color: #76253B; }
span { border-color: rgb(118,37,59); }
td.TdClassName
{
border-color: #76253B;
}
.TagClassName
{
border-color: #76253B;
}
</style>