Shades of Scarlett #7F2039
Tints of Scarlett #7F2039
RGB
CMYK
RGB Variations
Color information
#7F2039 (or 0x7F2039) is known color: Scarlett. HEX triplet: 7F, 20 and 39. RGB value is (127,32,57). Sum of RGB (Red+Green+Blue) = 127+32+57=216 (28% of max value = 765). Red value is 127 (50% from 255 or 58.80% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2039 is #80DFC6. Grayscale: #3F3F3F. Windows color (decimal): -8445895 or 3743871. OLE color: 3743871.
HSL color Cylindrical-coordinate representation of color #7F2039: hue angle of 344.21º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F2039 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 57 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.50 |
| HSL | 344.21º | 0.6% | 0.31% | - |
| HSV(B) | 344.21º | 0.75% | 0.5% | - |
| XYZ | 10.01 | 5.84 | 4.47 | - |
| YUV | 63.26 | 124.47 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 57 | 0 | 0.75 | 0.55 | 0.50 | 344.21 | 0.6 | 0.31 |
| Hex | 7F | 20 | 39 | 0 | 4B | 37 | 32 | 158 | 3C | 1F |
| Octal | 177 | 40 | 71 | 0 | 113 | 67 | 62 | 530 | 74 | 37 |
| Binary | 1111111 | 100000 | 111001 | 0 | 1001011 | 110111 | 110010 | 101011000 | 111100 | 11111 |
Color Harmonies of #7F2039
Complementary color
Monochromatic Colors of #7F2039
Black with #7F2039
Text Example
Text Example
White with #7F2039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2039; }
p { color: rgb(127,32,57); }
H1.HeaderClassName
{
color: #7F2039;
}
.AnyTagClassName
{
color: #7F2039;
}
</style>
background-color css
<style>
a { background-color: #7F2039; }
a { background-color: rgb(127,32,57); }
div.DivClassName
{
background-color: #7F2039;
}
.BgClassName
{
background-color: #7F2039;
}
</style>
border-color css
<style>
span { border-color: #7F2039; }
span { border-color: rgb(127,32,57); }
td.TdClassName
{
border-color: #7F2039;
}
.TagClassName
{
border-color: #7F2039;
}
</style>