Shades of Claret #7C1032
Tints of Claret #7C1032
RGB
CMYK
RGB Variations
Color information
#7C1032 (or 0x7C1032) is known color: Claret. HEX triplet: 7C, 10 and 32. RGB value is (124,16,50). Sum of RGB (Red+Green+Blue) = 124+16+50=190 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.26% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1032 is #83EFCD. Grayscale: #343434. Windows color (decimal): -8646606 or 3281020. OLE color: 3281020.
HSL color Cylindrical-coordinate representation of color #7C1032: hue angle of 341.11º 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 #7C1032 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 16 | 50 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.51 |
| HSL | 341.11º | 0.77% | 0.27% | - |
| HSV(B) | 341.11º | 0.87% | 0.49% | - |
| XYZ | 9.07 | 4.89 | 3.48 | - |
| YUV | 52.17 | 126.78 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 16 | 50 | 0 | 0.87 | 0.60 | 0.51 | 341.11 | 0.77 | 0.27 |
| Hex | 7C | 10 | 32 | 0 | 57 | 3C | 33 | 155 | 4D | 1B |
| Octal | 174 | 20 | 62 | 0 | 127 | 74 | 63 | 525 | 115 | 33 |
| Binary | 1111100 | 10000 | 110010 | 0 | 1010111 | 111100 | 110011 | 101010101 | 1001101 | 11011 |
Color Harmonies of #7C1032
Complementary color
Monochromatic Colors of #7C1032
Black with #7C1032
Text Example
Text Example
White with #7C1032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1032; }
p { color: rgb(124,16,50); }
H1.HeaderClassName
{
color: #7C1032;
}
.AnyTagClassName
{
color: #7C1032;
}
</style>
background-color css
<style>
a { background-color: #7C1032; }
a { background-color: rgb(124,16,50); }
div.DivClassName
{
background-color: #7C1032;
}
.BgClassName
{
background-color: #7C1032;
}
</style>
border-color css
<style>
span { border-color: #7C1032; }
span { border-color: rgb(124,16,50); }
td.TdClassName
{
border-color: #7C1032;
}
.TagClassName
{
border-color: #7C1032;
}
</style>