Shades of Scarlett #7F203A
Tints of Scarlett #7F203A
RGB
CMYK
RGB Variations
Color information
#7F203A (or 0x7F203A) is known color: Scarlett. HEX triplet: 7F, 20 and 3A. RGB value is (127,32,58). Sum of RGB (Red+Green+Blue) = 127+32+58=217 (28% of max value = 765). Red value is 127 (50% from 255 or 58.53% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 127 - color contains mainly: red. Hex color #7F203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F203A is #80DFC5. Grayscale: #3F3F3F. Windows color (decimal): -8445894 or 3809407. OLE color: 3809407.
HSL color Cylindrical-coordinate representation of color #7F203A: hue angle of 343.58º 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 #7F203A is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 58 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.50 |
| HSL | 343.58º | 0.6% | 0.31% | - |
| HSV(B) | 343.58º | 0.75% | 0.5% | - |
| XYZ | 10.03 | 5.85 | 4.6 | - |
| YUV | 63.37 | 124.97 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 58 | 0 | 0.75 | 0.54 | 0.50 | 343.58 | 0.6 | 0.31 |
| Hex | 7F | 20 | 3A | 0 | 4B | 36 | 32 | 158 | 3C | 1F |
| Octal | 177 | 40 | 72 | 0 | 113 | 66 | 62 | 530 | 74 | 37 |
| Binary | 1111111 | 100000 | 111010 | 0 | 1001011 | 110110 | 110010 | 101011000 | 111100 | 11111 |
Color Harmonies of #7F203A
Complementary color
Monochromatic Colors of #7F203A
Black with #7F203A
Text Example
Text Example
White with #7F203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F203A; }
p { color: rgb(127,32,58); }
H1.HeaderClassName
{
color: #7F203A;
}
.AnyTagClassName
{
color: #7F203A;
}
</style>
background-color css
<style>
a { background-color: #7F203A; }
a { background-color: rgb(127,32,58); }
div.DivClassName
{
background-color: #7F203A;
}
.BgClassName
{
background-color: #7F203A;
}
</style>
border-color css
<style>
span { border-color: #7F203A; }
span { border-color: rgb(127,32,58); }
td.TdClassName
{
border-color: #7F203A;
}
.TagClassName
{
border-color: #7F203A;
}
</style>