Shades of Claret #7C1B39
Tints of Claret #7C1B39
RGB
CMYK
RGB Variations
Color information
#7C1B39 (or 0x7C1B39) is known color: Claret. HEX triplet: 7C, 1B and 39. RGB value is (124,27,57). Sum of RGB (Red+Green+Blue) = 124+27+57=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1B39 is #83E4C6. Grayscale: #3B3B3B. Windows color (decimal): -8643783 or 3742588. OLE color: 3742588.
HSL color Cylindrical-coordinate representation of color #7C1B39: hue angle of 341.44º 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 #7C1B39 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 27 | 57 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.51 |
| HSL | 341.44º | 0.64% | 0.3% | - |
| HSV(B) | 341.44º | 0.78% | 0.49% | - |
| XYZ | 9.44 | 5.36 | 4.41 | - |
| YUV | 59.42 | 126.64 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 27 | 57 | 0 | 0.78 | 0.54 | 0.51 | 341.44 | 0.64 | 0.3 |
| Hex | 7C | 1B | 39 | 0 | 4E | 36 | 33 | 155 | 40 | 1E |
| Octal | 174 | 33 | 71 | 0 | 116 | 66 | 63 | 525 | 100 | 36 |
| Binary | 1111100 | 11011 | 111001 | 0 | 1001110 | 110110 | 110011 | 101010101 | 1000000 | 11110 |
Color Harmonies of #7C1B39
Complementary color
Monochromatic Colors of #7C1B39
Black with #7C1B39
Text Example
Text Example
White with #7C1B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1B39; }
p { color: rgb(124,27,57); }
H1.HeaderClassName
{
color: #7C1B39;
}
.AnyTagClassName
{
color: #7C1B39;
}
</style>
background-color css
<style>
a { background-color: #7C1B39; }
a { background-color: rgb(124,27,57); }
div.DivClassName
{
background-color: #7C1B39;
}
.BgClassName
{
background-color: #7C1B39;
}
</style>
border-color css
<style>
span { border-color: #7C1B39; }
span { border-color: rgb(124,27,57); }
td.TdClassName
{
border-color: #7C1B39;
}
.TagClassName
{
border-color: #7C1B39;
}
</style>