Shades of Scarlett #7F192F
Tints of Scarlett #7F192F
RGB
CMYK
RGB Variations
Color information
#7F192F (or 0x7F192F) is known color: Scarlett. HEX triplet: 7F, 19 and 2F. RGB value is (127,25,47). Sum of RGB (Red+Green+Blue) = 127+25+47=199 (26% of max value = 765). Red value is 127 (50% from 255 or 63.82% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 127 - color contains mainly: red. Hex color #7F192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F192F is #80E6D0. Grayscale: #3A3A3A. Windows color (decimal): -8447697 or 3086719. OLE color: 3086719.
HSL color Cylindrical-coordinate representation of color #7F192F: hue angle of 347.06º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F192F is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 25 | 47 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.50 |
| HSL | 347.06º | 0.67% | 0.3% | - |
| HSV(B) | 347.06º | 0.8% | 0.5% | - |
| XYZ | 9.61 | 5.41 | 3.23 | - |
| YUV | 58.01 | 121.79 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 25 | 47 | 0 | 0.80 | 0.63 | 0.50 | 347.06 | 0.67 | 0.3 |
| Hex | 7F | 19 | 2F | 0 | 50 | 3F | 32 | 15B | 43 | 1E |
| Octal | 177 | 31 | 57 | 0 | 120 | 77 | 62 | 533 | 103 | 36 |
| Binary | 1111111 | 11001 | 101111 | 0 | 1010000 | 111111 | 110010 | 101011011 | 1000011 | 11110 |
Color Harmonies of #7F192F
Complementary color
Monochromatic Colors of #7F192F
Black with #7F192F
Text Example
Text Example
White with #7F192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F192F; }
p { color: rgb(127,25,47); }
H1.HeaderClassName
{
color: #7F192F;
}
.AnyTagClassName
{
color: #7F192F;
}
</style>
background-color css
<style>
a { background-color: #7F192F; }
a { background-color: rgb(127,25,47); }
div.DivClassName
{
background-color: #7F192F;
}
.BgClassName
{
background-color: #7F192F;
}
</style>
border-color css
<style>
span { border-color: #7F192F; }
span { border-color: rgb(127,25,47); }
td.TdClassName
{
border-color: #7F192F;
}
.TagClassName
{
border-color: #7F192F;
}
</style>