Shades of Claret #7C1035
Tints of Claret #7C1035
RGB
CMYK
RGB Variations
Color information
#7C1035 (or 0x7C1035) is known color: Claret. HEX triplet: 7C, 10 and 35. RGB value is (124,16,53). Sum of RGB (Red+Green+Blue) = 124+16+53=193 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.25% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1035 is #83EFCA. Grayscale: #343434. Windows color (decimal): -8646603 or 3477628. OLE color: 3477628.
HSL color Cylindrical-coordinate representation of color #7C1035: hue angle of 339.44º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C1035 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 16 | 53 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.51 |
| HSL | 339.44º | 0.77% | 0.27% | - |
| HSV(B) | 339.44º | 0.87% | 0.49% | - |
| XYZ | 9.14 | 4.91 | 3.83 | - |
| YUV | 52.51 | 128.28 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 16 | 53 | 0 | 0.87 | 0.57 | 0.51 | 339.44 | 0.77 | 0.27 |
| Hex | 7C | 10 | 35 | 0 | 57 | 39 | 33 | 153 | 4D | 1B |
| Octal | 174 | 20 | 65 | 0 | 127 | 71 | 63 | 523 | 115 | 33 |
| Binary | 1111100 | 10000 | 110101 | 0 | 1010111 | 111001 | 110011 | 101010011 | 1001101 | 11011 |
Color Harmonies of #7C1035
Complementary color
Monochromatic Colors of #7C1035
Black with #7C1035
Text Example
Text Example
White with #7C1035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1035; }
p { color: rgb(124,16,53); }
H1.HeaderClassName
{
color: #7C1035;
}
.AnyTagClassName
{
color: #7C1035;
}
</style>
background-color css
<style>
a { background-color: #7C1035; }
a { background-color: rgb(124,16,53); }
div.DivClassName
{
background-color: #7C1035;
}
.BgClassName
{
background-color: #7C1035;
}
</style>
border-color css
<style>
span { border-color: #7C1035; }
span { border-color: rgb(124,16,53); }
td.TdClassName
{
border-color: #7C1035;
}
.TagClassName
{
border-color: #7C1035;
}
</style>