Shades of Claret #7C1B3C
Tints of Claret #7C1B3C
RGB
CMYK
RGB Variations
Color information
#7C1B3C (or 0x7C1B3C) is known color: Claret. HEX triplet: 7C, 1B and 3C. RGB value is (124,27,60). Sum of RGB (Red+Green+Blue) = 124+27+60=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1B3C is #83E4C3. Grayscale: #3B3B3B. Windows color (decimal): -8643780 or 3939196. OLE color: 3939196.
HSL color Cylindrical-coordinate representation of color #7C1B3C: hue angle of 339.59º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C1B3C is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 27 | 60 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.51 |
| HSL | 339.59º | 0.64% | 0.3% | - |
| HSV(B) | 339.59º | 0.78% | 0.49% | - |
| XYZ | 9.52 | 5.4 | 4.81 | - |
| YUV | 59.77 | 128.14 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 27 | 60 | 0 | 0.78 | 0.52 | 0.51 | 339.59 | 0.64 | 0.3 |
| Hex | 7C | 1B | 3C | 0 | 4E | 34 | 33 | 154 | 40 | 1E |
| Octal | 174 | 33 | 74 | 0 | 116 | 64 | 63 | 524 | 100 | 36 |
| Binary | 1111100 | 11011 | 111100 | 0 | 1001110 | 110100 | 110011 | 101010100 | 1000000 | 11110 |
Color Harmonies of #7C1B3C
Complementary color
Monochromatic Colors of #7C1B3C
Black with #7C1B3C
Text Example
Text Example
White with #7C1B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1B3C; }
p { color: rgb(124,27,60); }
H1.HeaderClassName
{
color: #7C1B3C;
}
.AnyTagClassName
{
color: #7C1B3C;
}
</style>
background-color css
<style>
a { background-color: #7C1B3C; }
a { background-color: rgb(124,27,60); }
div.DivClassName
{
background-color: #7C1B3C;
}
.BgClassName
{
background-color: #7C1B3C;
}
</style>
border-color css
<style>
span { border-color: #7C1B3C; }
span { border-color: rgb(124,27,60); }
td.TdClassName
{
border-color: #7C1B3C;
}
.TagClassName
{
border-color: #7C1B3C;
}
</style>