Shades of Claret #7C1233
Tints of Claret #7C1233
RGB
CMYK
RGB Variations
Color information
#7C1233 (or 0x7C1233) is known color: Claret. HEX triplet: 7C, 12 and 33. RGB value is (124,18,51). Sum of RGB (Red+Green+Blue) = 124+18+51=193 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.25% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1233 is #83EDCC. Grayscale: #353535. Windows color (decimal): -8646093 or 3347068. OLE color: 3347068.
HSL color Cylindrical-coordinate representation of color #7C1233: hue angle of 341.32º 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 #7C1233 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 18 | 51 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.51 |
| HSL | 341.32º | 0.75% | 0.28% | - |
| HSV(B) | 341.32º | 0.85% | 0.49% | - |
| XYZ | 9.13 | 4.96 | 3.61 | - |
| YUV | 53.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 18 | 51 | 0 | 0.85 | 0.59 | 0.51 | 341.32 | 0.75 | 0.28 |
| Hex | 7C | 12 | 33 | 0 | 55 | 3B | 33 | 155 | 4B | 1C |
| Octal | 174 | 22 | 63 | 0 | 125 | 73 | 63 | 525 | 113 | 34 |
| Binary | 1111100 | 10010 | 110011 | 0 | 1010101 | 111011 | 110011 | 101010101 | 1001011 | 11100 |
Color Harmonies of #7C1233
Complementary color
Monochromatic Colors of #7C1233
Black with #7C1233
Text Example
Text Example
White with #7C1233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1233; }
p { color: rgb(124,18,51); }
H1.HeaderClassName
{
color: #7C1233;
}
.AnyTagClassName
{
color: #7C1233;
}
</style>
background-color css
<style>
a { background-color: #7C1233; }
a { background-color: rgb(124,18,51); }
div.DivClassName
{
background-color: #7C1233;
}
.BgClassName
{
background-color: #7C1233;
}
</style>
border-color css
<style>
span { border-color: #7C1233; }
span { border-color: rgb(124,18,51); }
td.TdClassName
{
border-color: #7C1233;
}
.TagClassName
{
border-color: #7C1233;
}
</style>