Shades of Scarlett #7E272E
Tints of Scarlett #7E272E
RGB
CMYK
RGB Variations
Color information
#7E272E (or 0x7E272E) is known color: Scarlett. HEX triplet: 7E, 27 and 2E. RGB value is (126,39,46). Sum of RGB (Red+Green+Blue) = 126+39+46=211 (27% of max value = 765). Red value is 126 (49.61% from 255 or 59.72% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 126 - color contains mainly: red. Hex color #7E272E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E272E is #81D8D1. Grayscale: #414141. Windows color (decimal): -8509650 or 3024766. OLE color: 3024766.
HSL color Cylindrical-coordinate representation of color #7E272E: hue angle of 355.17º 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 #7E272E is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 39 | 46 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.51 |
| HSL | 355.17º | 0.53% | 0.32% | - |
| HSV(B) | 355.17º | 0.69% | 0.49% | - |
| XYZ | 9.82 | 6.08 | 3.24 | - |
| YUV | 65.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 39 | 46 | 0 | 0.69 | 0.63 | 0.51 | 355.17 | 0.53 | 0.32 |
| Hex | 7E | 27 | 2E | 0 | 45 | 3F | 33 | 163 | 35 | 20 |
| Octal | 176 | 47 | 56 | 0 | 105 | 77 | 63 | 543 | 65 | 40 |
| Binary | 1111110 | 100111 | 101110 | 0 | 1000101 | 111111 | 110011 | 101100011 | 110101 | 100000 |
Color Harmonies of #7E272E
Complementary color
Monochromatic Colors of #7E272E
Black with #7E272E
Text Example
Text Example
White with #7E272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E272E; }
p { color: rgb(126,39,46); }
H1.HeaderClassName
{
color: #7E272E;
}
.AnyTagClassName
{
color: #7E272E;
}
</style>
background-color css
<style>
a { background-color: #7E272E; }
a { background-color: rgb(126,39,46); }
div.DivClassName
{
background-color: #7E272E;
}
.BgClassName
{
background-color: #7E272E;
}
</style>
border-color css
<style>
span { border-color: #7E272E; }
span { border-color: rgb(126,39,46); }
td.TdClassName
{
border-color: #7E272E;
}
.TagClassName
{
border-color: #7E272E;
}
</style>