Shades of Scarlett #7F1331
Tints of Scarlett #7F1331
RGB
CMYK
RGB Variations
Color information
#7F1331 (or 0x7F1331) is known color: Scarlett. HEX triplet: 7F, 13 and 31. RGB value is (127,19,49). Sum of RGB (Red+Green+Blue) = 127+19+49=195 (25% of max value = 765). Red value is 127 (50% from 255 or 65.13% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1331 is #80ECCE. Grayscale: #363636. Windows color (decimal): -8449231 or 3216255. OLE color: 3216255.
HSL color Cylindrical-coordinate representation of color #7F1331: hue angle of 343.33º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F1331 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 19 | 49 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.50 |
| HSL | 343.33º | 0.74% | 0.29% | - |
| HSV(B) | 343.33º | 0.85% | 0.5% | - |
| XYZ | 9.54 | 5.2 | 3.41 | - |
| YUV | 54.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 19 | 49 | 0 | 0.85 | 0.61 | 0.50 | 343.33 | 0.74 | 0.29 |
| Hex | 7F | 13 | 31 | 0 | 55 | 3D | 32 | 157 | 4A | 1D |
| Octal | 177 | 23 | 61 | 0 | 125 | 75 | 62 | 527 | 112 | 35 |
| Binary | 1111111 | 10011 | 110001 | 0 | 1010101 | 111101 | 110010 | 101010111 | 1001010 | 11101 |
Color Harmonies of #7F1331
Complementary color
Monochromatic Colors of #7F1331
Black with #7F1331
Text Example
Text Example
White with #7F1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1331; }
p { color: rgb(127,19,49); }
H1.HeaderClassName
{
color: #7F1331;
}
.AnyTagClassName
{
color: #7F1331;
}
</style>
background-color css
<style>
a { background-color: #7F1331; }
a { background-color: rgb(127,19,49); }
div.DivClassName
{
background-color: #7F1331;
}
.BgClassName
{
background-color: #7F1331;
}
</style>
border-color css
<style>
span { border-color: #7F1331; }
span { border-color: rgb(127,19,49); }
td.TdClassName
{
border-color: #7F1331;
}
.TagClassName
{
border-color: #7F1331;
}
</style>