Shades of Scarlett #7C2035
Tints of Scarlett #7C2035
RGB
CMYK
RGB Variations
Color information
#7C2035 (or 0x7C2035) is known color: Scarlett. HEX triplet: 7C, 20 and 35. RGB value is (124,32,53). Sum of RGB (Red+Green+Blue) = 124+32+53=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2035 is #83DFCA. Grayscale: #3D3D3D. Windows color (decimal): -8642507 or 3481724. OLE color: 3481724.
HSL color Cylindrical-coordinate representation of color #7C2035: hue angle of 346.3º 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 #7C2035 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 32 | 53 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.51 |
| HSL | 346.3º | 0.59% | 0.31% | - |
| HSV(B) | 346.3º | 0.74% | 0.49% | - |
| XYZ | 9.47 | 5.58 | 3.95 | - |
| YUV | 61.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 53 | 0 | 0.74 | 0.57 | 0.51 | 346.3 | 0.59 | 0.31 |
| Hex | 7C | 20 | 35 | 0 | 4A | 39 | 33 | 15A | 3B | 1F |
| Octal | 174 | 40 | 65 | 0 | 112 | 71 | 63 | 532 | 73 | 37 |
| Binary | 1111100 | 100000 | 110101 | 0 | 1001010 | 111001 | 110011 | 101011010 | 111011 | 11111 |
Color Harmonies of #7C2035
Complementary color
Monochromatic Colors of #7C2035
Black with #7C2035
Text Example
Text Example
White with #7C2035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2035; }
p { color: rgb(124,32,53); }
H1.HeaderClassName
{
color: #7C2035;
}
.AnyTagClassName
{
color: #7C2035;
}
</style>
background-color css
<style>
a { background-color: #7C2035; }
a { background-color: rgb(124,32,53); }
div.DivClassName
{
background-color: #7C2035;
}
.BgClassName
{
background-color: #7C2035;
}
</style>
border-color css
<style>
span { border-color: #7C2035; }
span { border-color: rgb(124,32,53); }
td.TdClassName
{
border-color: #7C2035;
}
.TagClassName
{
border-color: #7C2035;
}
</style>