Shades of Scarlett #7F202D
Tints of Scarlett #7F202D
RGB
CMYK
RGB Variations
Color information
#7F202D (or 0x7F202D) is known color: Scarlett. HEX triplet: 7F, 20 and 2D. RGB value is (127,32,45). Sum of RGB (Red+Green+Blue) = 127+32+45=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F202D is #80DFD2. Grayscale: #3D3D3D. Windows color (decimal): -8445907 or 2957439. OLE color: 2957439.
HSL color Cylindrical-coordinate representation of color #7F202D: hue angle of 351.79º 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 #7F202D is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 45 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.50 |
| HSL | 351.79º | 0.6% | 0.31% | - |
| HSV(B) | 351.79º | 0.75% | 0.5% | - |
| XYZ | 9.74 | 5.73 | 3.08 | - |
| YUV | 61.89 | 118.47 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 45 | 0 | 0.75 | 0.65 | 0.50 | 351.79 | 0.6 | 0.31 |
| Hex | 7F | 20 | 2D | 0 | 4B | 41 | 32 | 160 | 3C | 1F |
| Octal | 177 | 40 | 55 | 0 | 113 | 101 | 62 | 540 | 74 | 37 |
| Binary | 1111111 | 100000 | 101101 | 0 | 1001011 | 1000001 | 110010 | 101100000 | 111100 | 11111 |
Color Harmonies of #7F202D
Complementary color
Monochromatic Colors of #7F202D
Black with #7F202D
Text Example
Text Example
White with #7F202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F202D; }
p { color: rgb(127,32,45); }
H1.HeaderClassName
{
color: #7F202D;
}
.AnyTagClassName
{
color: #7F202D;
}
</style>
background-color css
<style>
a { background-color: #7F202D; }
a { background-color: rgb(127,32,45); }
div.DivClassName
{
background-color: #7F202D;
}
.BgClassName
{
background-color: #7F202D;
}
</style>
border-color css
<style>
span { border-color: #7F202D; }
span { border-color: rgb(127,32,45); }
td.TdClassName
{
border-color: #7F202D;
}
.TagClassName
{
border-color: #7F202D;
}
</style>