Shades of Scarlett #7C2532
Tints of Scarlett #7C2532
RGB
CMYK
RGB Variations
Color information
#7C2532 (or 0x7C2532) is known color: Scarlett. HEX triplet: 7C, 25 and 32. RGB value is (124,37,50). Sum of RGB (Red+Green+Blue) = 124+37+50=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2532 is #83DACD. Grayscale: #404040. Windows color (decimal): -8641230 or 3286396. OLE color: 3286396.
HSL color Cylindrical-coordinate representation of color #7C2532: hue angle of 351.03º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C2532 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 37 | 50 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.51 |
| HSL | 351.03º | 0.54% | 0.32% | - |
| HSV(B) | 351.03º | 0.7% | 0.49% | - |
| XYZ | 9.55 | 5.84 | 3.64 | - |
| YUV | 64.5 | 119.82 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 37 | 50 | 0 | 0.70 | 0.60 | 0.51 | 351.03 | 0.54 | 0.32 |
| Hex | 7C | 25 | 32 | 0 | 46 | 3C | 33 | 15F | 36 | 20 |
| Octal | 174 | 45 | 62 | 0 | 106 | 74 | 63 | 537 | 66 | 40 |
| Binary | 1111100 | 100101 | 110010 | 0 | 1000110 | 111100 | 110011 | 101011111 | 110110 | 100000 |
Color Harmonies of #7C2532
Complementary color
Monochromatic Colors of #7C2532
Black with #7C2532
Text Example
Text Example
White with #7C2532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2532; }
p { color: rgb(124,37,50); }
H1.HeaderClassName
{
color: #7C2532;
}
.AnyTagClassName
{
color: #7C2532;
}
</style>
background-color css
<style>
a { background-color: #7C2532; }
a { background-color: rgb(124,37,50); }
div.DivClassName
{
background-color: #7C2532;
}
.BgClassName
{
background-color: #7C2532;
}
</style>
border-color css
<style>
span { border-color: #7C2532; }
span { border-color: rgb(124,37,50); }
td.TdClassName
{
border-color: #7C2532;
}
.TagClassName
{
border-color: #7C2532;
}
</style>