Shades of Scarlett #7F262B
Tints of Scarlett #7F262B
RGB
CMYK
RGB Variations
Color information
#7F262B (or 0x7F262B) is known color: Scarlett. HEX triplet: 7F, 26 and 2B. RGB value is (127,38,43). Sum of RGB (Red+Green+Blue) = 127+38+43=208 (27% of max value = 765). Red value is 127 (50% from 255 or 61.06% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 127 - color contains mainly: red. Hex color #7F262B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F262B is #80D9D4. Grayscale: #414141. Windows color (decimal): -8444373 or 2827903. OLE color: 2827903.
HSL color Cylindrical-coordinate representation of color #7F262B: hue angle of 356.63º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F262B is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 38 | 43 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.50 |
| HSL | 356.63º | 0.54% | 0.32% | - |
| HSV(B) | 356.63º | 0.7% | 0.5% | - |
| XYZ | 9.88 | 6.07 | 2.94 | - |
| YUV | 65.18 | 115.49 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 38 | 43 | 0 | 0.70 | 0.66 | 0.50 | 356.63 | 0.54 | 0.32 |
| Hex | 7F | 26 | 2B | 0 | 46 | 42 | 32 | 165 | 36 | 20 |
| Octal | 177 | 46 | 53 | 0 | 106 | 102 | 62 | 545 | 66 | 40 |
| Binary | 1111111 | 100110 | 101011 | 0 | 1000110 | 1000010 | 110010 | 101100101 | 110110 | 100000 |
Color Harmonies of #7F262B
Complementary color
Monochromatic Colors of #7F262B
Black with #7F262B
Text Example
Text Example
White with #7F262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F262B; }
p { color: rgb(127,38,43); }
H1.HeaderClassName
{
color: #7F262B;
}
.AnyTagClassName
{
color: #7F262B;
}
</style>
background-color css
<style>
a { background-color: #7F262B; }
a { background-color: rgb(127,38,43); }
div.DivClassName
{
background-color: #7F262B;
}
.BgClassName
{
background-color: #7F262B;
}
</style>
border-color css
<style>
span { border-color: #7F262B; }
span { border-color: rgb(127,38,43); }
td.TdClassName
{
border-color: #7F262B;
}
.TagClassName
{
border-color: #7F262B;
}
</style>