Shades of Scarlett #7F1E2D
Tints of Scarlett #7F1E2D
RGB
CMYK
RGB Variations
Color information
#7F1E2D (or 0x7F1E2D) is known color: Scarlett. HEX triplet: 7F, 1E and 2D. RGB value is (127,30,45). Sum of RGB (Red+Green+Blue) = 127+30+45=202 (26% of max value = 765). Red value is 127 (50% from 255 or 62.87% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1E2D is #80E1D2. Grayscale: #3C3C3C. Windows color (decimal): -8446419 or 2956927. OLE color: 2956927.
HSL color Cylindrical-coordinate representation of color #7F1E2D: hue angle of 350.72º degrees, saturation: 0.62, 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 #7F1E2D is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 30 | 45 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.50 |
| HSL | 350.72º | 0.62% | 0.31% | - |
| HSV(B) | 350.72º | 0.76% | 0.5% | - |
| XYZ | 9.69 | 5.63 | 3.06 | - |
| YUV | 60.71 | 119.14 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 30 | 45 | 0 | 0.76 | 0.65 | 0.50 | 350.72 | 0.62 | 0.31 |
| Hex | 7F | 1E | 2D | 0 | 4C | 41 | 32 | 15F | 3E | 1F |
| Octal | 177 | 36 | 55 | 0 | 114 | 101 | 62 | 537 | 76 | 37 |
| Binary | 1111111 | 11110 | 101101 | 0 | 1001100 | 1000001 | 110010 | 101011111 | 111110 | 11111 |
Color Harmonies of #7F1E2D
Complementary color
Monochromatic Colors of #7F1E2D
Black with #7F1E2D
Text Example
Text Example
White with #7F1E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1E2D; }
p { color: rgb(127,30,45); }
H1.HeaderClassName
{
color: #7F1E2D;
}
.AnyTagClassName
{
color: #7F1E2D;
}
</style>
background-color css
<style>
a { background-color: #7F1E2D; }
a { background-color: rgb(127,30,45); }
div.DivClassName
{
background-color: #7F1E2D;
}
.BgClassName
{
background-color: #7F1E2D;
}
</style>
border-color css
<style>
span { border-color: #7F1E2D; }
span { border-color: rgb(127,30,45); }
td.TdClassName
{
border-color: #7F1E2D;
}
.TagClassName
{
border-color: #7F1E2D;
}
</style>