Shades of Scarlett #7E2734
Tints of Scarlett #7E2734
RGB
CMYK
RGB Variations
Color information
#7E2734 (or 0x7E2734) is known color: Scarlett. HEX triplet: 7E, 27 and 34. RGB value is (126,39,52). Sum of RGB (Red+Green+Blue) = 126+39+52=217 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.06% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2734 is #81D8CB. Grayscale: #424242. Windows color (decimal): -8509644 or 3417982. OLE color: 3417982.
HSL color Cylindrical-coordinate representation of color #7E2734: hue angle of 351.03º 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 #7E2734 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 39 | 52 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.51 |
| HSL | 351.03º | 0.53% | 0.32% | - |
| HSV(B) | 351.03º | 0.69% | 0.49% | - |
| XYZ | 9.95 | 6.13 | 3.91 | - |
| YUV | 66.5 | 119.82 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 39 | 52 | 0 | 0.69 | 0.59 | 0.51 | 351.03 | 0.53 | 0.32 |
| Hex | 7E | 27 | 34 | 0 | 45 | 3B | 33 | 15F | 35 | 20 |
| Octal | 176 | 47 | 64 | 0 | 105 | 73 | 63 | 537 | 65 | 40 |
| Binary | 1111110 | 100111 | 110100 | 0 | 1000101 | 111011 | 110011 | 101011111 | 110101 | 100000 |
Color Harmonies of #7E2734
Complementary color
Monochromatic Colors of #7E2734
Black with #7E2734
Text Example
Text Example
White with #7E2734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2734; }
p { color: rgb(126,39,52); }
H1.HeaderClassName
{
color: #7E2734;
}
.AnyTagClassName
{
color: #7E2734;
}
</style>
background-color css
<style>
a { background-color: #7E2734; }
a { background-color: rgb(126,39,52); }
div.DivClassName
{
background-color: #7E2734;
}
.BgClassName
{
background-color: #7E2734;
}
</style>
border-color css
<style>
span { border-color: #7E2734; }
span { border-color: rgb(126,39,52); }
td.TdClassName
{
border-color: #7E2734;
}
.TagClassName
{
border-color: #7E2734;
}
</style>