Shades of Paprika #7E263B
Tints of Paprika #7E263B
RGB
CMYK
RGB Variations
Color information
#7E263B (or 0x7E263B) is known color: Paprika. HEX triplet: 7E, 26 and 3B. RGB value is (126,38,59). Sum of RGB (Red+Green+Blue) = 126+38+59=223 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.50% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 126 - color contains mainly: red. Hex color #7E263B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E263B is #81D9C4. Grayscale: #424242. Windows color (decimal): -8509893 or 3876478. OLE color: 3876478.
HSL color Cylindrical-coordinate representation of color #7E263B: hue angle of 345.68º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E263B is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 38 | 59 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.51 |
| HSL | 345.68º | 0.54% | 0.32% | - |
| HSV(B) | 345.68º | 0.7% | 0.49% | - |
| XYZ | 10.09 | 6.14 | 4.79 | - |
| YUV | 66.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 38 | 59 | 0 | 0.70 | 0.53 | 0.51 | 345.68 | 0.54 | 0.32 |
| Hex | 7E | 26 | 3B | 0 | 46 | 35 | 33 | 15A | 36 | 20 |
| Octal | 176 | 46 | 73 | 0 | 106 | 65 | 63 | 532 | 66 | 40 |
| Binary | 1111110 | 100110 | 111011 | 0 | 1000110 | 110101 | 110011 | 101011010 | 110110 | 100000 |
Color Harmonies of #7E263B
Complementary color
Monochromatic Colors of #7E263B
Black with #7E263B
Text Example
Text Example
White with #7E263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E263B; }
p { color: rgb(126,38,59); }
H1.HeaderClassName
{
color: #7E263B;
}
.AnyTagClassName
{
color: #7E263B;
}
</style>
background-color css
<style>
a { background-color: #7E263B; }
a { background-color: rgb(126,38,59); }
div.DivClassName
{
background-color: #7E263B;
}
.BgClassName
{
background-color: #7E263B;
}
</style>
border-color css
<style>
span { border-color: #7E263B; }
span { border-color: rgb(126,38,59); }
td.TdClassName
{
border-color: #7E263B;
}
.TagClassName
{
border-color: #7E263B;
}
</style>