Shades of Scarlett #7F1D31
Tints of Scarlett #7F1D31
RGB
CMYK
RGB Variations
Color information
#7F1D31 (or 0x7F1D31) is known color: Scarlett. HEX triplet: 7F, 1D and 31. RGB value is (127,29,49). Sum of RGB (Red+Green+Blue) = 127+29+49=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1D31 is #80E2CE. Grayscale: #3C3C3C. Windows color (decimal): -8446671 or 3218815. OLE color: 3218815.
HSL color Cylindrical-coordinate representation of color #7F1D31: hue angle of 347.76º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F1D31 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 29 | 49 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.50 |
| HSL | 347.76º | 0.63% | 0.31% | - |
| HSV(B) | 347.76º | 0.77% | 0.5% | - |
| XYZ | 9.75 | 5.61 | 3.48 | - |
| YUV | 60.58 | 121.47 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 29 | 49 | 0 | 0.77 | 0.61 | 0.50 | 347.76 | 0.63 | 0.31 |
| Hex | 7F | 1D | 31 | 0 | 4D | 3D | 32 | 15C | 3F | 1F |
| Octal | 177 | 35 | 61 | 0 | 115 | 75 | 62 | 534 | 77 | 37 |
| Binary | 1111111 | 11101 | 110001 | 0 | 1001101 | 111101 | 110010 | 101011100 | 111111 | 11111 |
Color Harmonies of #7F1D31
Complementary color
Monochromatic Colors of #7F1D31
Black with #7F1D31
Text Example
Text Example
White with #7F1D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1D31; }
p { color: rgb(127,29,49); }
H1.HeaderClassName
{
color: #7F1D31;
}
.AnyTagClassName
{
color: #7F1D31;
}
</style>
background-color css
<style>
a { background-color: #7F1D31; }
a { background-color: rgb(127,29,49); }
div.DivClassName
{
background-color: #7F1D31;
}
.BgClassName
{
background-color: #7F1D31;
}
</style>
border-color css
<style>
span { border-color: #7F1D31; }
span { border-color: rgb(127,29,49); }
td.TdClassName
{
border-color: #7F1D31;
}
.TagClassName
{
border-color: #7F1D31;
}
</style>