Shades of Scarlett #7F162F
Tints of Scarlett #7F162F
RGB
CMYK
RGB Variations
Color information
#7F162F (or 0x7F162F) is known color: Scarlett. HEX triplet: 7F, 16 and 2F. RGB value is (127,22,47). Sum of RGB (Red+Green+Blue) = 127+22+47=196 (25% of max value = 765). Red value is 127 (50% from 255 or 64.80% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 127 - color contains mainly: red. Hex color #7F162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F162F is #80E9D0. Grayscale: #383838. Windows color (decimal): -8448465 or 3085951. OLE color: 3085951.
HSL color Cylindrical-coordinate representation of color #7F162F: hue angle of 345.71º degrees, saturation: 0.7, 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 #7F162F is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 22 | 47 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.50 |
| HSL | 345.71º | 0.7% | 0.29% | - |
| HSV(B) | 345.71º | 0.83% | 0.5% | - |
| XYZ | 9.55 | 5.29 | 3.21 | - |
| YUV | 56.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 47 | 0 | 0.83 | 0.63 | 0.50 | 345.71 | 0.7 | 0.29 |
| Hex | 7F | 16 | 2F | 0 | 53 | 3F | 32 | 15A | 46 | 1D |
| Octal | 177 | 26 | 57 | 0 | 123 | 77 | 62 | 532 | 106 | 35 |
| Binary | 1111111 | 10110 | 101111 | 0 | 1010011 | 111111 | 110010 | 101011010 | 1000110 | 11101 |
Color Harmonies of #7F162F
Complementary color
Monochromatic Colors of #7F162F
Black with #7F162F
Text Example
Text Example
White with #7F162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F162F; }
p { color: rgb(127,22,47); }
H1.HeaderClassName
{
color: #7F162F;
}
.AnyTagClassName
{
color: #7F162F;
}
</style>
background-color css
<style>
a { background-color: #7F162F; }
a { background-color: rgb(127,22,47); }
div.DivClassName
{
background-color: #7F162F;
}
.BgClassName
{
background-color: #7F162F;
}
</style>
border-color css
<style>
span { border-color: #7F162F; }
span { border-color: rgb(127,22,47); }
td.TdClassName
{
border-color: #7F162F;
}
.TagClassName
{
border-color: #7F162F;
}
</style>