Shades of Scarlett #7C272E
Tints of Scarlett #7C272E
RGB
CMYK
RGB Variations
Color information
#7C272E (or 0x7C272E) is known color: Scarlett. HEX triplet: 7C, 27 and 2E. RGB value is (124,39,46). Sum of RGB (Red+Green+Blue) = 124+39+46=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C272E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C272E is #83D8D1. Grayscale: #414141. Windows color (decimal): -8640722 or 3024764. OLE color: 3024764.
HSL color Cylindrical-coordinate representation of color #7C272E: hue angle of 355.06º 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 #7C272E is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 39 | 46 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.51 |
| HSL | 355.06º | 0.52% | 0.32% | - |
| HSV(B) | 355.06º | 0.69% | 0.49% | - |
| XYZ | 9.53 | 5.93 | 3.23 | - |
| YUV | 65.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 46 | 0 | 0.69 | 0.63 | 0.51 | 355.06 | 0.52 | 0.32 |
| Hex | 7C | 27 | 2E | 0 | 45 | 3F | 33 | 163 | 34 | 20 |
| Octal | 174 | 47 | 56 | 0 | 105 | 77 | 63 | 543 | 64 | 40 |
| Binary | 1111100 | 100111 | 101110 | 0 | 1000101 | 111111 | 110011 | 101100011 | 110100 | 100000 |
Color Harmonies of #7C272E
Complementary color
Monochromatic Colors of #7C272E
Black with #7C272E
Text Example
Text Example
White with #7C272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C272E; }
p { color: rgb(124,39,46); }
H1.HeaderClassName
{
color: #7C272E;
}
.AnyTagClassName
{
color: #7C272E;
}
</style>
background-color css
<style>
a { background-color: #7C272E; }
a { background-color: rgb(124,39,46); }
div.DivClassName
{
background-color: #7C272E;
}
.BgClassName
{
background-color: #7C272E;
}
</style>
border-color css
<style>
span { border-color: #7C272E; }
span { border-color: rgb(124,39,46); }
td.TdClassName
{
border-color: #7C272E;
}
.TagClassName
{
border-color: #7C272E;
}
</style>