Shades of Scarlett #7C272F
Tints of Scarlett #7C272F
RGB
CMYK
RGB Variations
Color information
#7C272F (or 0x7C272F) is known color: Scarlett. HEX triplet: 7C, 27 and 2F. RGB value is (124,39,47). Sum of RGB (Red+Green+Blue) = 124+39+47=210 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.05% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 124 - color contains mainly: red. Hex color #7C272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C272F is #83D8D0. Grayscale: #414141. Windows color (decimal): -8640721 or 3090300. OLE color: 3090300.
HSL color Cylindrical-coordinate representation of color #7C272F: hue angle of 354.35º 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 #7C272F is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 39 | 47 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.51 |
| HSL | 354.35º | 0.52% | 0.32% | - |
| HSV(B) | 354.35º | 0.69% | 0.49% | - |
| XYZ | 9.55 | 5.94 | 3.33 | - |
| YUV | 65.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 47 | 0 | 0.69 | 0.62 | 0.51 | 354.35 | 0.52 | 0.32 |
| Hex | 7C | 27 | 2F | 0 | 45 | 3E | 33 | 162 | 34 | 20 |
| Octal | 174 | 47 | 57 | 0 | 105 | 76 | 63 | 542 | 64 | 40 |
| Binary | 1111100 | 100111 | 101111 | 0 | 1000101 | 111110 | 110011 | 101100010 | 110100 | 100000 |
Color Harmonies of #7C272F
Complementary color
Monochromatic Colors of #7C272F
Black with #7C272F
Text Example
Text Example
White with #7C272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C272F; }
p { color: rgb(124,39,47); }
H1.HeaderClassName
{
color: #7C272F;
}
.AnyTagClassName
{
color: #7C272F;
}
</style>
background-color css
<style>
a { background-color: #7C272F; }
a { background-color: rgb(124,39,47); }
div.DivClassName
{
background-color: #7C272F;
}
.BgClassName
{
background-color: #7C272F;
}
</style>
border-color css
<style>
span { border-color: #7C272F; }
span { border-color: rgb(124,39,47); }
td.TdClassName
{
border-color: #7C272F;
}
.TagClassName
{
border-color: #7C272F;
}
</style>