Shades of Scarlett #7C2033
Tints of Scarlett #7C2033
RGB
CMYK
RGB Variations
Color information
#7C2033 (or 0x7C2033) is known color: Scarlett. HEX triplet: 7C, 20 and 33. RGB value is (124,32,51). Sum of RGB (Red+Green+Blue) = 124+32+51=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2033 is #83DFCC. Grayscale: #3D3D3D. Windows color (decimal): -8642509 or 3350652. OLE color: 3350652.
HSL color Cylindrical-coordinate representation of color #7C2033: hue angle of 347.61º 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 #7C2033 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 32 | 51 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.51 |
| HSL | 347.61º | 0.59% | 0.31% | - |
| HSV(B) | 347.61º | 0.74% | 0.49% | - |
| XYZ | 9.43 | 5.56 | 3.71 | - |
| YUV | 61.67 | 121.98 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 51 | 0 | 0.74 | 0.59 | 0.51 | 347.61 | 0.59 | 0.31 |
| Hex | 7C | 20 | 33 | 0 | 4A | 3B | 33 | 15C | 3B | 1F |
| Octal | 174 | 40 | 63 | 0 | 112 | 73 | 63 | 534 | 73 | 37 |
| Binary | 1111100 | 100000 | 110011 | 0 | 1001010 | 111011 | 110011 | 101011100 | 111011 | 11111 |
Color Harmonies of #7C2033
Complementary color
Monochromatic Colors of #7C2033
Black with #7C2033
Text Example
Text Example
White with #7C2033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2033; }
p { color: rgb(124,32,51); }
H1.HeaderClassName
{
color: #7C2033;
}
.AnyTagClassName
{
color: #7C2033;
}
</style>
background-color css
<style>
a { background-color: #7C2033; }
a { background-color: rgb(124,32,51); }
div.DivClassName
{
background-color: #7C2033;
}
.BgClassName
{
background-color: #7C2033;
}
</style>
border-color css
<style>
span { border-color: #7C2033; }
span { border-color: rgb(124,32,51); }
td.TdClassName
{
border-color: #7C2033;
}
.TagClassName
{
border-color: #7C2033;
}
</style>