Shades of Claret #7C1C3C
Tints of Claret #7C1C3C
RGB
CMYK
RGB Variations
Color information
#7C1C3C (or 0x7C1C3C) is known color: Claret. HEX triplet: 7C, 1C and 3C. RGB value is (124,28,60). Sum of RGB (Red+Green+Blue) = 124+28+60=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1C3C is #83E3C3. Grayscale: #3C3C3C. Windows color (decimal): -8643524 or 3939452. OLE color: 3939452.
HSL color Cylindrical-coordinate representation of color #7C1C3C: hue angle of 340º degrees, saturation: 0.63, 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 #7C1C3C is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 28 | 60 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.51 |
| HSL | 340º | 0.63% | 0.3% | - |
| HSV(B) | 340º | 0.77% | 0.49% | - |
| XYZ | 9.54 | 5.44 | 4.82 | - |
| YUV | 60.35 | 127.8 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 28 | 60 | 0 | 0.77 | 0.52 | 0.51 | 340 | 0.63 | 0.3 |
| Hex | 7C | 1C | 3C | 0 | 4D | 34 | 33 | 154 | 3F | 1E |
| Octal | 174 | 34 | 74 | 0 | 115 | 64 | 63 | 524 | 77 | 36 |
| Binary | 1111100 | 11100 | 111100 | 0 | 1001101 | 110100 | 110011 | 101010100 | 111111 | 11110 |
Color Harmonies of #7C1C3C
Complementary color
Monochromatic Colors of #7C1C3C
Black with #7C1C3C
Text Example
Text Example
White with #7C1C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1C3C; }
p { color: rgb(124,28,60); }
H1.HeaderClassName
{
color: #7C1C3C;
}
.AnyTagClassName
{
color: #7C1C3C;
}
</style>
background-color css
<style>
a { background-color: #7C1C3C; }
a { background-color: rgb(124,28,60); }
div.DivClassName
{
background-color: #7C1C3C;
}
.BgClassName
{
background-color: #7C1C3C;
}
</style>
border-color css
<style>
span { border-color: #7C1C3C; }
span { border-color: rgb(124,28,60); }
td.TdClassName
{
border-color: #7C1C3C;
}
.TagClassName
{
border-color: #7C1C3C;
}
</style>