Shades of Scarlett #7C2534
Tints of Scarlett #7C2534
RGB
CMYK
RGB Variations
Color information
#7C2534 (or 0x7C2534) is known color: Scarlett. HEX triplet: 7C, 25 and 34. RGB value is (124,37,52). Sum of RGB (Red+Green+Blue) = 124+37+52=213 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.22% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2534 is #83DACB. Grayscale: #404040. Windows color (decimal): -8641228 or 3417468. OLE color: 3417468.
HSL color Cylindrical-coordinate representation of color #7C2534: hue angle of 349.66º 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 #7C2534 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 37 | 52 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.51 |
| HSL | 349.66º | 0.54% | 0.32% | - |
| HSV(B) | 349.66º | 0.7% | 0.49% | - |
| XYZ | 9.59 | 5.86 | 3.87 | - |
| YUV | 64.72 | 120.82 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 37 | 52 | 0 | 0.70 | 0.58 | 0.51 | 349.66 | 0.54 | 0.32 |
| Hex | 7C | 25 | 34 | 0 | 46 | 3A | 33 | 15E | 36 | 20 |
| Octal | 174 | 45 | 64 | 0 | 106 | 72 | 63 | 536 | 66 | 40 |
| Binary | 1111100 | 100101 | 110100 | 0 | 1000110 | 111010 | 110011 | 101011110 | 110110 | 100000 |
Color Harmonies of #7C2534
Complementary color
Monochromatic Colors of #7C2534
Black with #7C2534
Text Example
Text Example
White with #7C2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2534; }
p { color: rgb(124,37,52); }
H1.HeaderClassName
{
color: #7C2534;
}
.AnyTagClassName
{
color: #7C2534;
}
</style>
background-color css
<style>
a { background-color: #7C2534; }
a { background-color: rgb(124,37,52); }
div.DivClassName
{
background-color: #7C2534;
}
.BgClassName
{
background-color: #7C2534;
}
</style>
border-color css
<style>
span { border-color: #7C2534; }
span { border-color: rgb(124,37,52); }
td.TdClassName
{
border-color: #7C2534;
}
.TagClassName
{
border-color: #7C2534;
}
</style>