Shades of Paprika #7F263A
Tints of Paprika #7F263A
RGB
CMYK
RGB Variations
Color information
#7F263A (or 0x7F263A) is known color: Paprika. HEX triplet: 7F, 26 and 3A. RGB value is (127,38,58). Sum of RGB (Red+Green+Blue) = 127+38+58=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F263A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F263A is #80D9C5. Grayscale: #424242. Windows color (decimal): -8444358 or 3810943. OLE color: 3810943.
HSL color Cylindrical-coordinate representation of color #7F263A: hue angle of 346.52º 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 #7F263A is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 38 | 58 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.50 |
| HSL | 346.52º | 0.54% | 0.32% | - |
| HSV(B) | 346.52º | 0.7% | 0.5% | - |
| XYZ | 10.21 | 6.2 | 4.66 | - |
| YUV | 66.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 38 | 58 | 0 | 0.70 | 0.54 | 0.50 | 346.52 | 0.54 | 0.32 |
| Hex | 7F | 26 | 3A | 0 | 46 | 36 | 32 | 15B | 36 | 20 |
| Octal | 177 | 46 | 72 | 0 | 106 | 66 | 62 | 533 | 66 | 40 |
| Binary | 1111111 | 100110 | 111010 | 0 | 1000110 | 110110 | 110010 | 101011011 | 110110 | 100000 |
Color Harmonies of #7F263A
Complementary color
Monochromatic Colors of #7F263A
Black with #7F263A
Text Example
Text Example
White with #7F263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F263A; }
p { color: rgb(127,38,58); }
H1.HeaderClassName
{
color: #7F263A;
}
.AnyTagClassName
{
color: #7F263A;
}
</style>
background-color css
<style>
a { background-color: #7F263A; }
a { background-color: rgb(127,38,58); }
div.DivClassName
{
background-color: #7F263A;
}
.BgClassName
{
background-color: #7F263A;
}
</style>
border-color css
<style>
span { border-color: #7F263A; }
span { border-color: rgb(127,38,58); }
td.TdClassName
{
border-color: #7F263A;
}
.TagClassName
{
border-color: #7F263A;
}
</style>