Shades of Scarlett #7F222C
Tints of Scarlett #7F222C
RGB
CMYK
RGB Variations
Color information
#7F222C (or 0x7F222C) is known color: Scarlett. HEX triplet: 7F, 22 and 2C. RGB value is (127,34,44). Sum of RGB (Red+Green+Blue) = 127+34+44=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F222C is #80DDD3. Grayscale: #3F3F3F. Windows color (decimal): -8445396 or 2892415. OLE color: 2892415.
HSL color Cylindrical-coordinate representation of color #7F222C: hue angle of 353.55º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F222C is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 34 | 44 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.50 |
| HSL | 353.55º | 0.58% | 0.32% | - |
| HSV(B) | 353.55º | 0.73% | 0.5% | - |
| XYZ | 9.78 | 5.84 | 2.99 | - |
| YUV | 62.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 34 | 44 | 0 | 0.73 | 0.65 | 0.50 | 353.55 | 0.58 | 0.32 |
| Hex | 7F | 22 | 2C | 0 | 49 | 41 | 32 | 162 | 3A | 20 |
| Octal | 177 | 42 | 54 | 0 | 111 | 101 | 62 | 542 | 72 | 40 |
| Binary | 1111111 | 100010 | 101100 | 0 | 1001001 | 1000001 | 110010 | 101100010 | 111010 | 100000 |
Color Harmonies of #7F222C
Complementary color
Monochromatic Colors of #7F222C
Black with #7F222C
Text Example
Text Example
White with #7F222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F222C; }
p { color: rgb(127,34,44); }
H1.HeaderClassName
{
color: #7F222C;
}
.AnyTagClassName
{
color: #7F222C;
}
</style>
background-color css
<style>
a { background-color: #7F222C; }
a { background-color: rgb(127,34,44); }
div.DivClassName
{
background-color: #7F222C;
}
.BgClassName
{
background-color: #7F222C;
}
</style>
border-color css
<style>
span { border-color: #7F222C; }
span { border-color: rgb(127,34,44); }
td.TdClassName
{
border-color: #7F222C;
}
.TagClassName
{
border-color: #7F222C;
}
</style>