Shades of Scarlett #7F1431
Tints of Scarlett #7F1431
RGB
CMYK
RGB Variations
Color information
#7F1431 (or 0x7F1431) is known color: Scarlett. HEX triplet: 7F, 14 and 31. RGB value is (127,20,49). Sum of RGB (Red+Green+Blue) = 127+20+49=196 (25% of max value = 765). Red value is 127 (50% from 255 or 64.80% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1431 is #80EBCE. Grayscale: #373737. Windows color (decimal): -8448975 or 3216511. OLE color: 3216511.
HSL color Cylindrical-coordinate representation of color #7F1431: hue angle of 343.74º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F1431 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 20 | 49 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.50 |
| HSL | 343.74º | 0.73% | 0.29% | - |
| HSV(B) | 343.74º | 0.84% | 0.5% | - |
| XYZ | 9.56 | 5.23 | 3.41 | - |
| YUV | 55.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 49 | 0 | 0.84 | 0.61 | 0.50 | 343.74 | 0.73 | 0.29 |
| Hex | 7F | 14 | 31 | 0 | 54 | 3D | 32 | 158 | 49 | 1D |
| Octal | 177 | 24 | 61 | 0 | 124 | 75 | 62 | 530 | 111 | 35 |
| Binary | 1111111 | 10100 | 110001 | 0 | 1010100 | 111101 | 110010 | 101011000 | 1001001 | 11101 |
Color Harmonies of #7F1431
Complementary color
Monochromatic Colors of #7F1431
Black with #7F1431
Text Example
Text Example
White with #7F1431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1431; }
p { color: rgb(127,20,49); }
H1.HeaderClassName
{
color: #7F1431;
}
.AnyTagClassName
{
color: #7F1431;
}
</style>
background-color css
<style>
a { background-color: #7F1431; }
a { background-color: rgb(127,20,49); }
div.DivClassName
{
background-color: #7F1431;
}
.BgClassName
{
background-color: #7F1431;
}
</style>
border-color css
<style>
span { border-color: #7F1431; }
span { border-color: rgb(127,20,49); }
td.TdClassName
{
border-color: #7F1431;
}
.TagClassName
{
border-color: #7F1431;
}
</style>