Shades of Scarlett #7F222D
Tints of Scarlett #7F222D
RGB
CMYK
RGB Variations
Color information
#7F222D (or 0x7F222D) is known color: Scarlett. HEX triplet: 7F, 22 and 2D. RGB value is (127,34,45). Sum of RGB (Red+Green+Blue) = 127+34+45=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F222D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F222D is #80DDD2. Grayscale: #3F3F3F. Windows color (decimal): -8445395 or 2957951. OLE color: 2957951.
HSL color Cylindrical-coordinate representation of color #7F222D: hue angle of 352.9º 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 #7F222D is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 34 | 45 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.50 |
| HSL | 352.9º | 0.58% | 0.32% | - |
| HSV(B) | 352.9º | 0.73% | 0.5% | - |
| XYZ | 9.8 | 5.85 | 3.09 | - |
| YUV | 63.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 34 | 45 | 0 | 0.73 | 0.65 | 0.50 | 352.9 | 0.58 | 0.32 |
| Hex | 7F | 22 | 2D | 0 | 49 | 41 | 32 | 161 | 3A | 20 |
| Octal | 177 | 42 | 55 | 0 | 111 | 101 | 62 | 541 | 72 | 40 |
| Binary | 1111111 | 100010 | 101101 | 0 | 1001001 | 1000001 | 110010 | 101100001 | 111010 | 100000 |
Color Harmonies of #7F222D
Complementary color
Monochromatic Colors of #7F222D
Black with #7F222D
Text Example
Text Example
White with #7F222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F222D; }
p { color: rgb(127,34,45); }
H1.HeaderClassName
{
color: #7F222D;
}
.AnyTagClassName
{
color: #7F222D;
}
</style>
background-color css
<style>
a { background-color: #7F222D; }
a { background-color: rgb(127,34,45); }
div.DivClassName
{
background-color: #7F222D;
}
.BgClassName
{
background-color: #7F222D;
}
</style>
border-color css
<style>
span { border-color: #7F222D; }
span { border-color: rgb(127,34,45); }
td.TdClassName
{
border-color: #7F222D;
}
.TagClassName
{
border-color: #7F222D;
}
</style>