Shades of Scarlett #7C2037
Tints of Scarlett #7C2037
RGB
CMYK
RGB Variations
Color information
#7C2037 (or 0x7C2037) is known color: Scarlett. HEX triplet: 7C, 20 and 37. RGB value is (124,32,55). Sum of RGB (Red+Green+Blue) = 124+32+55=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2037 is #83DFC8. Grayscale: #3E3E3E. Windows color (decimal): -8642505 or 3612796. OLE color: 3612796.
HSL color Cylindrical-coordinate representation of color #7C2037: hue angle of 345º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C2037 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 32 | 55 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.51 |
| HSL | 345º | 0.59% | 0.31% | - |
| HSV(B) | 345º | 0.74% | 0.49% | - |
| XYZ | 9.52 | 5.59 | 4.19 | - |
| YUV | 62.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 55 | 0 | 0.74 | 0.56 | 0.51 | 345 | 0.59 | 0.31 |
| Hex | 7C | 20 | 37 | 0 | 4A | 38 | 33 | 159 | 3B | 1F |
| Octal | 174 | 40 | 67 | 0 | 112 | 70 | 63 | 531 | 73 | 37 |
| Binary | 1111100 | 100000 | 110111 | 0 | 1001010 | 111000 | 110011 | 101011001 | 111011 | 11111 |
Color Harmonies of #7C2037
Complementary color
Monochromatic Colors of #7C2037
Black with #7C2037
Text Example
Text Example
White with #7C2037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2037; }
p { color: rgb(124,32,55); }
H1.HeaderClassName
{
color: #7C2037;
}
.AnyTagClassName
{
color: #7C2037;
}
</style>
background-color css
<style>
a { background-color: #7C2037; }
a { background-color: rgb(124,32,55); }
div.DivClassName
{
background-color: #7C2037;
}
.BgClassName
{
background-color: #7C2037;
}
</style>
border-color css
<style>
span { border-color: #7C2037; }
span { border-color: rgb(124,32,55); }
td.TdClassName
{
border-color: #7C2037;
}
.TagClassName
{
border-color: #7C2037;
}
</style>