Shades of Claret #7C183C
Tints of Claret #7C183C
RGB
CMYK
RGB Variations
Color information
#7C183C (or 0x7C183C) is known color: Claret. HEX triplet: 7C, 18 and 3C. RGB value is (124,24,60). Sum of RGB (Red+Green+Blue) = 124+24+60=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C183C is #83E7C3. Grayscale: #393939. Windows color (decimal): -8644548 or 3938428. OLE color: 3938428.
HSL color Cylindrical-coordinate representation of color #7C183C: hue angle of 338.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 #7C183C is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 24 | 60 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.51 |
| HSL | 338.4º | 0.68% | 0.29% | - |
| HSV(B) | 338.4º | 0.81% | 0.49% | - |
| XYZ | 9.45 | 5.26 | 4.79 | - |
| YUV | 58 | 129.13 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 60 | 0 | 0.81 | 0.52 | 0.51 | 338.4 | 0.68 | 0.29 |
| Hex | 7C | 18 | 3C | 0 | 51 | 34 | 33 | 152 | 44 | 1D |
| Octal | 174 | 30 | 74 | 0 | 121 | 64 | 63 | 522 | 104 | 35 |
| Binary | 1111100 | 11000 | 111100 | 0 | 1010001 | 110100 | 110011 | 101010010 | 1000100 | 11101 |
Color Harmonies of #7C183C
Complementary color
Monochromatic Colors of #7C183C
Black with #7C183C
Text Example
Text Example
White with #7C183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C183C; }
p { color: rgb(124,24,60); }
H1.HeaderClassName
{
color: #7C183C;
}
.AnyTagClassName
{
color: #7C183C;
}
</style>
background-color css
<style>
a { background-color: #7C183C; }
a { background-color: rgb(124,24,60); }
div.DivClassName
{
background-color: #7C183C;
}
.BgClassName
{
background-color: #7C183C;
}
</style>
border-color css
<style>
span { border-color: #7C183C; }
span { border-color: rgb(124,24,60); }
td.TdClassName
{
border-color: #7C183C;
}
.TagClassName
{
border-color: #7C183C;
}
</style>