Shades of Claret #7C1832
Tints of Claret #7C1832
RGB
CMYK
RGB Variations
Color information
#7C1832 (or 0x7C1832) is known color: Claret. HEX triplet: 7C, 18 and 32. RGB value is (124,24,50). Sum of RGB (Red+Green+Blue) = 124+24+50=198 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.63% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1832 is #83E7CD. Grayscale: #383838. Windows color (decimal): -8644558 or 3283068. OLE color: 3283068.
HSL color Cylindrical-coordinate representation of color #7C1832: hue angle of 344.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C1832 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 50 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.51 |
| HSL | 344.4º | 0.68% | 0.29% | - |
| HSV(B) | 344.4º | 0.81% | 0.49% | - |
| XYZ | 9.21 | 5.17 | 3.53 | - |
| YUV | 56.86 | 124.13 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 50 | 0 | 0.81 | 0.60 | 0.51 | 344.4 | 0.68 | 0.29 |
| Hex | 7C | 18 | 32 | 0 | 51 | 3C | 33 | 158 | 44 | 1D |
| Octal | 174 | 30 | 62 | 0 | 121 | 74 | 63 | 530 | 104 | 35 |
| Binary | 1111100 | 11000 | 110010 | 0 | 1010001 | 111100 | 110011 | 101011000 | 1000100 | 11101 |
Color Harmonies of #7C1832
Complementary color
Monochromatic Colors of #7C1832
Black with #7C1832
Text Example
Text Example
White with #7C1832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1832; }
p { color: rgb(124,24,50); }
H1.HeaderClassName
{
color: #7C1832;
}
.AnyTagClassName
{
color: #7C1832;
}
</style>
background-color css
<style>
a { background-color: #7C1832; }
a { background-color: rgb(124,24,50); }
div.DivClassName
{
background-color: #7C1832;
}
.BgClassName
{
background-color: #7C1832;
}
</style>
border-color css
<style>
span { border-color: #7C1832; }
span { border-color: rgb(124,24,50); }
td.TdClassName
{
border-color: #7C1832;
}
.TagClassName
{
border-color: #7C1832;
}
</style>