Shades of Scarlett #7F202C
Tints of Scarlett #7F202C
RGB
CMYK
RGB Variations
Color information
#7F202C (or 0x7F202C) is known color: Scarlett. HEX triplet: 7F, 20 and 2C. RGB value is (127,32,44). Sum of RGB (Red+Green+Blue) = 127+32+44=203 (26% of max value = 765). Red value is 127 (50% from 255 or 62.56% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 127 - color contains mainly: red. Hex color #7F202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F202C is #80DFD3. Grayscale: #3D3D3D. Windows color (decimal): -8445908 or 2891903. OLE color: 2891903.
HSL color Cylindrical-coordinate representation of color #7F202C: hue angle of 352.42º 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 #7F202C is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 44 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.50 |
| HSL | 352.42º | 0.6% | 0.31% | - |
| HSV(B) | 352.42º | 0.75% | 0.5% | - |
| XYZ | 9.72 | 5.73 | 2.98 | - |
| YUV | 61.77 | 117.97 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 44 | 0 | 0.75 | 0.65 | 0.50 | 352.42 | 0.6 | 0.31 |
| Hex | 7F | 20 | 2C | 0 | 4B | 41 | 32 | 160 | 3C | 1F |
| Octal | 177 | 40 | 54 | 0 | 113 | 101 | 62 | 540 | 74 | 37 |
| Binary | 1111111 | 100000 | 101100 | 0 | 1001011 | 1000001 | 110010 | 101100000 | 111100 | 11111 |
Color Harmonies of #7F202C
Complementary color
Monochromatic Colors of #7F202C
Black with #7F202C
Text Example
Text Example
White with #7F202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F202C; }
p { color: rgb(127,32,44); }
H1.HeaderClassName
{
color: #7F202C;
}
.AnyTagClassName
{
color: #7F202C;
}
</style>
background-color css
<style>
a { background-color: #7F202C; }
a { background-color: rgb(127,32,44); }
div.DivClassName
{
background-color: #7F202C;
}
.BgClassName
{
background-color: #7F202C;
}
</style>
border-color css
<style>
span { border-color: #7F202C; }
span { border-color: rgb(127,32,44); }
td.TdClassName
{
border-color: #7F202C;
}
.TagClassName
{
border-color: #7F202C;
}
</style>