Shades of Scarlett #7F2831
Tints of Scarlett #7F2831
RGB
CMYK
RGB Variations
Color information
#7F2831 (or 0x7F2831) is known color: Scarlett. HEX triplet: 7F, 28 and 31. RGB value is (127,40,49). Sum of RGB (Red+Green+Blue) = 127+40+49=216 (28% of max value = 765). Red value is 127 (50% from 255 or 58.80% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2831 is #80D7CE. Grayscale: #434343. Windows color (decimal): -8443855 or 3221631. OLE color: 3221631.
HSL color Cylindrical-coordinate representation of color #7F2831: hue angle of 353.79º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F2831 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 40 | 49 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.50 |
| HSL | 353.79º | 0.52% | 0.33% | - |
| HSV(B) | 353.79º | 0.69% | 0.5% | - |
| XYZ | 10.07 | 6.25 | 3.58 | - |
| YUV | 67.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 49 | 0 | 0.69 | 0.61 | 0.50 | 353.79 | 0.52 | 0.33 |
| Hex | 7F | 28 | 31 | 0 | 45 | 3D | 32 | 162 | 34 | 21 |
| Octal | 177 | 50 | 61 | 0 | 105 | 75 | 62 | 542 | 64 | 41 |
| Binary | 1111111 | 101000 | 110001 | 0 | 1000101 | 111101 | 110010 | 101100010 | 110100 | 100001 |
Color Harmonies of #7F2831
Complementary color
Monochromatic Colors of #7F2831
Black with #7F2831
Text Example
Text Example
White with #7F2831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2831; }
p { color: rgb(127,40,49); }
H1.HeaderClassName
{
color: #7F2831;
}
.AnyTagClassName
{
color: #7F2831;
}
</style>
background-color css
<style>
a { background-color: #7F2831; }
a { background-color: rgb(127,40,49); }
div.DivClassName
{
background-color: #7F2831;
}
.BgClassName
{
background-color: #7F2831;
}
</style>
border-color css
<style>
span { border-color: #7F2831; }
span { border-color: rgb(127,40,49); }
td.TdClassName
{
border-color: #7F2831;
}
.TagClassName
{
border-color: #7F2831;
}
</style>