Shades of Scarlett #7E272F
Tints of Scarlett #7E272F
RGB
CMYK
RGB Variations
Color information
#7E272F (or 0x7E272F) is known color: Scarlett. HEX triplet: 7E, 27 and 2F. RGB value is (126,39,47). Sum of RGB (Red+Green+Blue) = 126+39+47=212 (28% of max value = 765). Red value is 126 (49.61% from 255 or 59.43% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 126 - color contains mainly: red. Hex color #7E272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E272F is #81D8D0. Grayscale: #414141. Windows color (decimal): -8509649 or 3090302. OLE color: 3090302.
HSL color Cylindrical-coordinate representation of color #7E272F: hue angle of 354.48º degrees, saturation: 0.53, 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 #7E272F is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 39 | 47 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.51 |
| HSL | 354.48º | 0.53% | 0.32% | - |
| HSV(B) | 354.48º | 0.69% | 0.49% | - |
| XYZ | 9.84 | 6.09 | 3.35 | - |
| YUV | 65.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 39 | 47 | 0 | 0.69 | 0.63 | 0.51 | 354.48 | 0.53 | 0.32 |
| Hex | 7E | 27 | 2F | 0 | 45 | 3F | 33 | 162 | 35 | 20 |
| Octal | 176 | 47 | 57 | 0 | 105 | 77 | 63 | 542 | 65 | 40 |
| Binary | 1111110 | 100111 | 101111 | 0 | 1000101 | 111111 | 110011 | 101100010 | 110101 | 100000 |
Color Harmonies of #7E272F
Complementary color
Monochromatic Colors of #7E272F
Black with #7E272F
Text Example
Text Example
White with #7E272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E272F; }
p { color: rgb(126,39,47); }
H1.HeaderClassName
{
color: #7E272F;
}
.AnyTagClassName
{
color: #7E272F;
}
</style>
background-color css
<style>
a { background-color: #7E272F; }
a { background-color: rgb(126,39,47); }
div.DivClassName
{
background-color: #7E272F;
}
.BgClassName
{
background-color: #7E272F;
}
</style>
border-color css
<style>
span { border-color: #7E272F; }
span { border-color: rgb(126,39,47); }
td.TdClassName
{
border-color: #7E272F;
}
.TagClassName
{
border-color: #7E272F;
}
</style>