Shades of Claret #7C1538
Tints of Claret #7C1538
RGB
CMYK
RGB Variations
Color information
#7C1538 (or 0x7C1538) is known color: Claret. HEX triplet: 7C, 15 and 38. RGB value is (124,21,56). Sum of RGB (Red+Green+Blue) = 124+21+56=201 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.69% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1538 is #83EAC7. Grayscale: #373737. Windows color (decimal): -8645320 or 3675516. OLE color: 3675516.
HSL color Cylindrical-coordinate representation of color #7C1538: hue angle of 339.61º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C1538 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 21 | 56 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.51 |
| HSL | 339.61º | 0.71% | 0.28% | - |
| HSV(B) | 339.61º | 0.83% | 0.49% | - |
| XYZ | 9.29 | 5.11 | 4.24 | - |
| YUV | 55.79 | 128.12 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 56 | 0 | 0.83 | 0.55 | 0.51 | 339.61 | 0.71 | 0.28 |
| Hex | 7C | 15 | 38 | 0 | 53 | 37 | 33 | 154 | 47 | 1C |
| Octal | 174 | 25 | 70 | 0 | 123 | 67 | 63 | 524 | 107 | 34 |
| Binary | 1111100 | 10101 | 111000 | 0 | 1010011 | 110111 | 110011 | 101010100 | 1000111 | 11100 |
Color Harmonies of #7C1538
Complementary color
Monochromatic Colors of #7C1538
Black with #7C1538
Text Example
Text Example
White with #7C1538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1538; }
p { color: rgb(124,21,56); }
H1.HeaderClassName
{
color: #7C1538;
}
.AnyTagClassName
{
color: #7C1538;
}
</style>
background-color css
<style>
a { background-color: #7C1538; }
a { background-color: rgb(124,21,56); }
div.DivClassName
{
background-color: #7C1538;
}
.BgClassName
{
background-color: #7C1538;
}
</style>
border-color css
<style>
span { border-color: #7C1538; }
span { border-color: rgb(124,21,56); }
td.TdClassName
{
border-color: #7C1538;
}
.TagClassName
{
border-color: #7C1538;
}
</style>