Shades of Scarlett #7F162D
Tints of Scarlett #7F162D
RGB
CMYK
RGB Variations
Color information
#7F162D (or 0x7F162D) is known color: Scarlett. HEX triplet: 7F, 16 and 2D. RGB value is (127,22,45). Sum of RGB (Red+Green+Blue) = 127+22+45=194 (25% of max value = 765). Red value is 127 (50% from 255 or 65.46% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 127 - color contains mainly: red. Hex color #7F162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F162D is #80E9D2. Grayscale: #383838. Windows color (decimal): -8448467 or 2954879. OLE color: 2954879.
HSL color Cylindrical-coordinate representation of color #7F162D: hue angle of 346.86º 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 #7F162D is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 22 | 45 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.50 |
| HSL | 346.86º | 0.7% | 0.29% | - |
| HSV(B) | 346.86º | 0.83% | 0.5% | - |
| XYZ | 9.51 | 5.28 | 3 | - |
| YUV | 56.02 | 121.79 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 45 | 0 | 0.83 | 0.65 | 0.50 | 346.86 | 0.7 | 0.29 |
| Hex | 7F | 16 | 2D | 0 | 53 | 41 | 32 | 15B | 46 | 1D |
| Octal | 177 | 26 | 55 | 0 | 123 | 101 | 62 | 533 | 106 | 35 |
| Binary | 1111111 | 10110 | 101101 | 0 | 1010011 | 1000001 | 110010 | 101011011 | 1000110 | 11101 |
Color Harmonies of #7F162D
Complementary color
Monochromatic Colors of #7F162D
Black with #7F162D
Text Example
Text Example
White with #7F162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F162D; }
p { color: rgb(127,22,45); }
H1.HeaderClassName
{
color: #7F162D;
}
.AnyTagClassName
{
color: #7F162D;
}
</style>
background-color css
<style>
a { background-color: #7F162D; }
a { background-color: rgb(127,22,45); }
div.DivClassName
{
background-color: #7F162D;
}
.BgClassName
{
background-color: #7F162D;
}
</style>
border-color css
<style>
span { border-color: #7F162D; }
span { border-color: rgb(127,22,45); }
td.TdClassName
{
border-color: #7F162D;
}
.TagClassName
{
border-color: #7F162D;
}
</style>