Shades of Scarlett #7F223B
Tints of Scarlett #7F223B
RGB
CMYK
RGB Variations
Color information
#7F223B (or 0x7F223B) is known color: Scarlett. HEX triplet: 7F, 22 and 3B. RGB value is (127,34,59). Sum of RGB (Red+Green+Blue) = 127+34+59=220 (29% of max value = 765). Red value is 127 (50% from 255 or 57.73% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 127 - color contains mainly: red. Hex color #7F223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F223B is #80DDC4. Grayscale: #404040. Windows color (decimal): -8445381 or 3875455. OLE color: 3875455.
HSL color Cylindrical-coordinate representation of color #7F223B: hue angle of 343.87º 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 #7F223B is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 34 | 59 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.50 |
| HSL | 343.87º | 0.58% | 0.32% | - |
| HSV(B) | 343.87º | 0.73% | 0.5% | - |
| XYZ | 10.11 | 5.97 | 4.76 | - |
| YUV | 64.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 34 | 59 | 0 | 0.73 | 0.54 | 0.50 | 343.87 | 0.58 | 0.32 |
| Hex | 7F | 22 | 3B | 0 | 49 | 36 | 32 | 158 | 3A | 20 |
| Octal | 177 | 42 | 73 | 0 | 111 | 66 | 62 | 530 | 72 | 40 |
| Binary | 1111111 | 100010 | 111011 | 0 | 1001001 | 110110 | 110010 | 101011000 | 111010 | 100000 |
Color Harmonies of #7F223B
Complementary color
Monochromatic Colors of #7F223B
Black with #7F223B
Text Example
Text Example
White with #7F223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F223B; }
p { color: rgb(127,34,59); }
H1.HeaderClassName
{
color: #7F223B;
}
.AnyTagClassName
{
color: #7F223B;
}
</style>
background-color css
<style>
a { background-color: #7F223B; }
a { background-color: rgb(127,34,59); }
div.DivClassName
{
background-color: #7F223B;
}
.BgClassName
{
background-color: #7F223B;
}
</style>
border-color css
<style>
span { border-color: #7F223B; }
span { border-color: rgb(127,34,59); }
td.TdClassName
{
border-color: #7F223B;
}
.TagClassName
{
border-color: #7F223B;
}
</style>