Shades of Scarlett #7F162B
Tints of Scarlett #7F162B
RGB
CMYK
RGB Variations
Color information
#7F162B (or 0x7F162B) is known color: Scarlett. HEX triplet: 7F, 16 and 2B. RGB value is (127,22,43). Sum of RGB (Red+Green+Blue) = 127+22+43=192 (25% of max value = 765). Red value is 127 (50% from 255 or 66.15% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 127 - color contains mainly: red. Hex color #7F162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F162B is #80E9D4. Grayscale: #373737. Windows color (decimal): -8448469 or 2823807. OLE color: 2823807.
HSL color Cylindrical-coordinate representation of color #7F162B: hue angle of 348º 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 #7F162B is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 22 | 43 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.50 |
| HSL | 348º | 0.7% | 0.29% | - |
| HSV(B) | 348º | 0.83% | 0.5% | - |
| XYZ | 9.48 | 5.26 | 2.8 | - |
| YUV | 55.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 43 | 0 | 0.83 | 0.66 | 0.50 | 348 | 0.7 | 0.29 |
| Hex | 7F | 16 | 2B | 0 | 53 | 42 | 32 | 15C | 46 | 1D |
| Octal | 177 | 26 | 53 | 0 | 123 | 102 | 62 | 534 | 106 | 35 |
| Binary | 1111111 | 10110 | 101011 | 0 | 1010011 | 1000010 | 110010 | 101011100 | 1000110 | 11101 |
Color Harmonies of #7F162B
Complementary color
Monochromatic Colors of #7F162B
Black with #7F162B
Text Example
Text Example
White with #7F162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F162B; }
p { color: rgb(127,22,43); }
H1.HeaderClassName
{
color: #7F162B;
}
.AnyTagClassName
{
color: #7F162B;
}
</style>
background-color css
<style>
a { background-color: #7F162B; }
a { background-color: rgb(127,22,43); }
div.DivClassName
{
background-color: #7F162B;
}
.BgClassName
{
background-color: #7F162B;
}
</style>
border-color css
<style>
span { border-color: #7F162B; }
span { border-color: rgb(127,22,43); }
td.TdClassName
{
border-color: #7F162B;
}
.TagClassName
{
border-color: #7F162B;
}
</style>