Shades of Scarlett #7E272B
Tints of Scarlett #7E272B
RGB
CMYK
RGB Variations
Color information
#7E272B (or 0x7E272B) is known color: Scarlett. HEX triplet: 7E, 27 and 2B. RGB value is (126,39,43). Sum of RGB (Red+Green+Blue) = 126+39+43=208 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.58% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 126 - color contains mainly: red. Hex color #7E272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E272B is #81D8D4. Grayscale: #414141. Windows color (decimal): -8509653 or 2828158. OLE color: 2828158.
HSL color Cylindrical-coordinate representation of color #7E272B: hue angle of 357.24º 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 #7E272B is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 39 | 43 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.51 |
| HSL | 357.24º | 0.53% | 0.32% | - |
| HSV(B) | 357.24º | 0.69% | 0.49% | - |
| XYZ | 9.77 | 6.06 | 2.94 | - |
| YUV | 65.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 39 | 43 | 0 | 0.69 | 0.66 | 0.51 | 357.24 | 0.53 | 0.32 |
| Hex | 7E | 27 | 2B | 0 | 45 | 42 | 33 | 165 | 35 | 20 |
| Octal | 176 | 47 | 53 | 0 | 105 | 102 | 63 | 545 | 65 | 40 |
| Binary | 1111110 | 100111 | 101011 | 0 | 1000101 | 1000010 | 110011 | 101100101 | 110101 | 100000 |
Color Harmonies of #7E272B
Complementary color
Monochromatic Colors of #7E272B
Black with #7E272B
Text Example
Text Example
White with #7E272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E272B; }
p { color: rgb(126,39,43); }
H1.HeaderClassName
{
color: #7E272B;
}
.AnyTagClassName
{
color: #7E272B;
}
</style>
background-color css
<style>
a { background-color: #7E272B; }
a { background-color: rgb(126,39,43); }
div.DivClassName
{
background-color: #7E272B;
}
.BgClassName
{
background-color: #7E272B;
}
</style>
border-color css
<style>
span { border-color: #7E272B; }
span { border-color: rgb(126,39,43); }
td.TdClassName
{
border-color: #7E272B;
}
.TagClassName
{
border-color: #7E272B;
}
</style>