Shades of Scarlett #7F2931
Tints of Scarlett #7F2931
RGB
CMYK
RGB Variations
Color information
#7F2931 (or 0x7F2931) is known color: Scarlett. HEX triplet: 7F, 29 and 31. RGB value is (127,41,49). Sum of RGB (Red+Green+Blue) = 127+41+49=217 (28% of max value = 765). Red value is 127 (50% from 255 or 58.53% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2931 is #80D6CE. Grayscale: #434343. Windows color (decimal): -8443599 or 3221887. OLE color: 3221887.
HSL color Cylindrical-coordinate representation of color #7F2931: hue angle of 354.42º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F2931 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 41 | 49 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.50 |
| HSL | 354.42º | 0.51% | 0.33% | - |
| HSV(B) | 354.42º | 0.68% | 0.5% | - |
| XYZ | 10.1 | 6.32 | 3.59 | - |
| YUV | 67.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 49 | 0 | 0.68 | 0.61 | 0.50 | 354.42 | 0.51 | 0.33 |
| Hex | 7F | 29 | 31 | 0 | 44 | 3D | 32 | 162 | 33 | 21 |
| Octal | 177 | 51 | 61 | 0 | 104 | 75 | 62 | 542 | 63 | 41 |
| Binary | 1111111 | 101001 | 110001 | 0 | 1000100 | 111101 | 110010 | 101100010 | 110011 | 100001 |
Color Harmonies of #7F2931
Complementary color
Monochromatic Colors of #7F2931
Black with #7F2931
Text Example
Text Example
White with #7F2931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2931; }
p { color: rgb(127,41,49); }
H1.HeaderClassName
{
color: #7F2931;
}
.AnyTagClassName
{
color: #7F2931;
}
</style>
background-color css
<style>
a { background-color: #7F2931; }
a { background-color: rgb(127,41,49); }
div.DivClassName
{
background-color: #7F2931;
}
.BgClassName
{
background-color: #7F2931;
}
</style>
border-color css
<style>
span { border-color: #7F2931; }
span { border-color: rgb(127,41,49); }
td.TdClassName
{
border-color: #7F2931;
}
.TagClassName
{
border-color: #7F2931;
}
</style>