Shades of Scarlett #7F222B
Tints of Scarlett #7F222B
RGB
CMYK
RGB Variations
Color information
#7F222B (or 0x7F222B) is known color: Scarlett. HEX triplet: 7F, 22 and 2B. RGB value is (127,34,43). Sum of RGB (Red+Green+Blue) = 127+34+43=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F222B is #80DDD4. Grayscale: #3E3E3E. Windows color (decimal): -8445397 or 2826879. OLE color: 2826879.
HSL color Cylindrical-coordinate representation of color #7F222B: hue angle of 354.19º 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 #7F222B is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 34 | 43 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.50 |
| HSL | 354.19º | 0.58% | 0.32% | - |
| HSV(B) | 354.19º | 0.73% | 0.5% | - |
| XYZ | 9.76 | 5.83 | 2.9 | - |
| YUV | 62.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 34 | 43 | 0 | 0.73 | 0.66 | 0.50 | 354.19 | 0.58 | 0.32 |
| Hex | 7F | 22 | 2B | 0 | 49 | 42 | 32 | 162 | 3A | 20 |
| Octal | 177 | 42 | 53 | 0 | 111 | 102 | 62 | 542 | 72 | 40 |
| Binary | 1111111 | 100010 | 101011 | 0 | 1001001 | 1000010 | 110010 | 101100010 | 111010 | 100000 |
Color Harmonies of #7F222B
Complementary color
Monochromatic Colors of #7F222B
Black with #7F222B
Text Example
Text Example
White with #7F222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F222B; }
p { color: rgb(127,34,43); }
H1.HeaderClassName
{
color: #7F222B;
}
.AnyTagClassName
{
color: #7F222B;
}
</style>
background-color css
<style>
a { background-color: #7F222B; }
a { background-color: rgb(127,34,43); }
div.DivClassName
{
background-color: #7F222B;
}
.BgClassName
{
background-color: #7F222B;
}
</style>
border-color css
<style>
span { border-color: #7F222B; }
span { border-color: rgb(127,34,43); }
td.TdClassName
{
border-color: #7F222B;
}
.TagClassName
{
border-color: #7F222B;
}
</style>