Shades of Claret #7C1237
Tints of Claret #7C1237
RGB
CMYK
RGB Variations
Color information
#7C1237 (or 0x7C1237) is known color: Claret. HEX triplet: 7C, 12 and 37. RGB value is (124,18,55). Sum of RGB (Red+Green+Blue) = 124+18+55=197 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.94% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1237 is #83EDC8. Grayscale: #353535. Windows color (decimal): -8646089 or 3609212. OLE color: 3609212.
HSL color Cylindrical-coordinate representation of color #7C1237: hue angle of 339.06º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1237 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 18 | 55 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.51 |
| HSL | 339.06º | 0.75% | 0.28% | - |
| HSV(B) | 339.06º | 0.85% | 0.49% | - |
| XYZ | 9.22 | 4.99 | 4.09 | - |
| YUV | 53.91 | 128.62 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 55 | 0 | 0.85 | 0.56 | 0.51 | 339.06 | 0.75 | 0.28 |
| Hex | 7C | 12 | 37 | 0 | 55 | 38 | 33 | 153 | 4B | 1C |
| Octal | 174 | 22 | 67 | 0 | 125 | 70 | 63 | 523 | 113 | 34 |
| Binary | 1111100 | 10010 | 110111 | 0 | 1010101 | 111000 | 110011 | 101010011 | 1001011 | 11100 |
Color Harmonies of #7C1237
Complementary color
Monochromatic Colors of #7C1237
Black with #7C1237
Text Example
Text Example
White with #7C1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1237; }
p { color: rgb(124,18,55); }
H1.HeaderClassName
{
color: #7C1237;
}
.AnyTagClassName
{
color: #7C1237;
}
</style>
background-color css
<style>
a { background-color: #7C1237; }
a { background-color: rgb(124,18,55); }
div.DivClassName
{
background-color: #7C1237;
}
.BgClassName
{
background-color: #7C1237;
}
</style>
border-color css
<style>
span { border-color: #7C1237; }
span { border-color: rgb(124,18,55); }
td.TdClassName
{
border-color: #7C1237;
}
.TagClassName
{
border-color: #7C1237;
}
</style>