Shades of Scarlett #7F152F
Tints of Scarlett #7F152F
RGB
CMYK
RGB Variations
Color information
#7F152F (or 0x7F152F) is known color: Scarlett. HEX triplet: 7F, 15 and 2F. RGB value is (127,21,47). Sum of RGB (Red+Green+Blue) = 127+21+47=195 (25% of max value = 765). Red value is 127 (50% from 255 or 65.13% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 127 - color contains mainly: red. Hex color #7F152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F152F is #80EAD0. Grayscale: #373737. Windows color (decimal): -8448721 or 3085695. OLE color: 3085695.
HSL color Cylindrical-coordinate representation of color #7F152F: hue angle of 345.28º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F152F is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 21 | 47 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.50 |
| HSL | 345.28º | 0.72% | 0.29% | - |
| HSV(B) | 345.28º | 0.83% | 0.5% | - |
| XYZ | 9.53 | 5.25 | 3.2 | - |
| YUV | 55.66 | 123.12 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 47 | 0 | 0.83 | 0.63 | 0.50 | 345.28 | 0.72 | 0.29 |
| Hex | 7F | 15 | 2F | 0 | 53 | 3F | 32 | 159 | 48 | 1D |
| Octal | 177 | 25 | 57 | 0 | 123 | 77 | 62 | 531 | 110 | 35 |
| Binary | 1111111 | 10101 | 101111 | 0 | 1010011 | 111111 | 110010 | 101011001 | 1001000 | 11101 |
Color Harmonies of #7F152F
Complementary color
Monochromatic Colors of #7F152F
Black with #7F152F
Text Example
Text Example
White with #7F152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F152F; }
p { color: rgb(127,21,47); }
H1.HeaderClassName
{
color: #7F152F;
}
.AnyTagClassName
{
color: #7F152F;
}
</style>
background-color css
<style>
a { background-color: #7F152F; }
a { background-color: rgb(127,21,47); }
div.DivClassName
{
background-color: #7F152F;
}
.BgClassName
{
background-color: #7F152F;
}
</style>
border-color css
<style>
span { border-color: #7F152F; }
span { border-color: rgb(127,21,47); }
td.TdClassName
{
border-color: #7F152F;
}
.TagClassName
{
border-color: #7F152F;
}
</style>