Shades of Scarlett #7C2730
Tints of Scarlett #7C2730
RGB
CMYK
RGB Variations
Color information
#7C2730 (or 0x7C2730) is known color: Scarlett. HEX triplet: 7C, 27 and 30. RGB value is (124,39,48). Sum of RGB (Red+Green+Blue) = 124+39+48=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2730 is #83D8CF. Grayscale: #414141. Windows color (decimal): -8640720 or 3155836. OLE color: 3155836.
HSL color Cylindrical-coordinate representation of color #7C2730: hue angle of 353.65º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C2730 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 39 | 48 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.51 |
| HSL | 353.65º | 0.52% | 0.32% | - |
| HSV(B) | 353.65º | 0.69% | 0.49% | - |
| XYZ | 9.57 | 5.95 | 3.44 | - |
| YUV | 65.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 48 | 0 | 0.69 | 0.61 | 0.51 | 353.65 | 0.52 | 0.32 |
| Hex | 7C | 27 | 30 | 0 | 45 | 3D | 33 | 162 | 34 | 20 |
| Octal | 174 | 47 | 60 | 0 | 105 | 75 | 63 | 542 | 64 | 40 |
| Binary | 1111100 | 100111 | 110000 | 0 | 1000101 | 111101 | 110011 | 101100010 | 110100 | 100000 |
Color Harmonies of #7C2730
Complementary color
Monochromatic Colors of #7C2730
Black with #7C2730
Text Example
Text Example
White with #7C2730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2730; }
p { color: rgb(124,39,48); }
H1.HeaderClassName
{
color: #7C2730;
}
.AnyTagClassName
{
color: #7C2730;
}
</style>
background-color css
<style>
a { background-color: #7C2730; }
a { background-color: rgb(124,39,48); }
div.DivClassName
{
background-color: #7C2730;
}
.BgClassName
{
background-color: #7C2730;
}
</style>
border-color css
<style>
span { border-color: #7C2730; }
span { border-color: rgb(124,39,48); }
td.TdClassName
{
border-color: #7C2730;
}
.TagClassName
{
border-color: #7C2730;
}
</style>