Shades of Claret #7C1D3B
Tints of Claret #7C1D3B
RGB
CMYK
RGB Variations
Color information
#7C1D3B (or 0x7C1D3B) is known color: Claret. HEX triplet: 7C, 1D and 3B. RGB value is (124,29,59). Sum of RGB (Red+Green+Blue) = 124+29+59=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1D3B is #83E2C4. Grayscale: #3C3C3C. Windows color (decimal): -8643269 or 3874172. OLE color: 3874172.
HSL color Cylindrical-coordinate representation of color #7C1D3B: hue angle of 341.05º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C1D3B is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 29 | 59 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.51 |
| HSL | 341.05º | 0.62% | 0.3% | - |
| HSV(B) | 341.05º | 0.77% | 0.49% | - |
| XYZ | 9.54 | 5.48 | 4.69 | - |
| YUV | 60.83 | 126.97 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 29 | 59 | 0 | 0.77 | 0.52 | 0.51 | 341.05 | 0.62 | 0.3 |
| Hex | 7C | 1D | 3B | 0 | 4D | 34 | 33 | 155 | 3E | 1E |
| Octal | 174 | 35 | 73 | 0 | 115 | 64 | 63 | 525 | 76 | 36 |
| Binary | 1111100 | 11101 | 111011 | 0 | 1001101 | 110100 | 110011 | 101010101 | 111110 | 11110 |
Color Harmonies of #7C1D3B
Complementary color
Monochromatic Colors of #7C1D3B
Black with #7C1D3B
Text Example
Text Example
White with #7C1D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1D3B; }
p { color: rgb(124,29,59); }
H1.HeaderClassName
{
color: #7C1D3B;
}
.AnyTagClassName
{
color: #7C1D3B;
}
</style>
background-color css
<style>
a { background-color: #7C1D3B; }
a { background-color: rgb(124,29,59); }
div.DivClassName
{
background-color: #7C1D3B;
}
.BgClassName
{
background-color: #7C1D3B;
}
</style>
border-color css
<style>
span { border-color: #7C1D3B; }
span { border-color: rgb(124,29,59); }
td.TdClassName
{
border-color: #7C1D3B;
}
.TagClassName
{
border-color: #7C1D3B;
}
</style>