Shades of Scarlett #7F1F36
Tints of Scarlett #7F1F36
RGB
CMYK
RGB Variations
Color information
#7F1F36 (or 0x7F1F36) is known color: Scarlett. HEX triplet: 7F, 1F and 36. RGB value is (127,31,54). Sum of RGB (Red+Green+Blue) = 127+31+54=212 (28% of max value = 765). Red value is 127 (50% from 255 or 59.91% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1F36 is #80E0C9. Grayscale: #3E3E3E. Windows color (decimal): -8446154 or 3547007. OLE color: 3547007.
HSL color Cylindrical-coordinate representation of color #7F1F36: hue angle of 345.62º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F1F36 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 31 | 54 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.50 |
| HSL | 345.63º | 0.61% | 0.31% | - |
| HSV(B) | 345.63º | 0.76% | 0.5% | - |
| XYZ | 9.91 | 5.76 | 4.08 | - |
| YUV | 62.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 31 | 54 | 0 | 0.76 | 0.57 | 0.50 | 345.63 | 0.61 | 0.31 |
| Hex | 7F | 1F | 36 | 0 | 4C | 39 | 32 | 15A | 3D | 1F |
| Octal | 177 | 37 | 66 | 0 | 114 | 71 | 62 | 532 | 75 | 37 |
| Binary | 1111111 | 11111 | 110110 | 0 | 1001100 | 111001 | 110010 | 101011010 | 111101 | 11111 |
Color Harmonies of #7F1F36
Complementary color
Monochromatic Colors of #7F1F36
Black with #7F1F36
Text Example
Text Example
White with #7F1F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1F36; }
p { color: rgb(127,31,54); }
H1.HeaderClassName
{
color: #7F1F36;
}
.AnyTagClassName
{
color: #7F1F36;
}
</style>
background-color css
<style>
a { background-color: #7F1F36; }
a { background-color: rgb(127,31,54); }
div.DivClassName
{
background-color: #7F1F36;
}
.BgClassName
{
background-color: #7F1F36;
}
</style>
border-color css
<style>
span { border-color: #7F1F36; }
span { border-color: rgb(127,31,54); }
td.TdClassName
{
border-color: #7F1F36;
}
.TagClassName
{
border-color: #7F1F36;
}
</style>