Shades of Paprika #7E263D
Tints of Paprika #7E263D
RGB
CMYK
RGB Variations
Color information
#7E263D (or 0x7E263D) is known color: Paprika. HEX triplet: 7E, 26 and 3D. RGB value is (126,38,61). Sum of RGB (Red+Green+Blue) = 126+38+61=225 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 126 - color contains mainly: red. Hex color #7E263D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E263D is #81D9C2. Grayscale: #424242. Windows color (decimal): -8509891 or 4007550. OLE color: 4007550.
HSL color Cylindrical-coordinate representation of color #7E263D: hue angle of 344.32º 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 #7E263D is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 38 | 61 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.51 |
| HSL | 344.32º | 0.54% | 0.32% | - |
| HSV(B) | 344.32º | 0.7% | 0.49% | - |
| XYZ | 10.14 | 6.16 | 5.07 | - |
| YUV | 66.93 | 124.65 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 38 | 61 | 0 | 0.70 | 0.52 | 0.51 | 344.32 | 0.54 | 0.32 |
| Hex | 7E | 26 | 3D | 0 | 46 | 34 | 33 | 158 | 36 | 20 |
| Octal | 176 | 46 | 75 | 0 | 106 | 64 | 63 | 530 | 66 | 40 |
| Binary | 1111110 | 100110 | 111101 | 0 | 1000110 | 110100 | 110011 | 101011000 | 110110 | 100000 |
Color Harmonies of #7E263D
Complementary color
Monochromatic Colors of #7E263D
Black with #7E263D
Text Example
Text Example
White with #7E263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E263D; }
p { color: rgb(126,38,61); }
H1.HeaderClassName
{
color: #7E263D;
}
.AnyTagClassName
{
color: #7E263D;
}
</style>
background-color css
<style>
a { background-color: #7E263D; }
a { background-color: rgb(126,38,61); }
div.DivClassName
{
background-color: #7E263D;
}
.BgClassName
{
background-color: #7E263D;
}
</style>
border-color css
<style>
span { border-color: #7E263D; }
span { border-color: rgb(126,38,61); }
td.TdClassName
{
border-color: #7E263D;
}
.TagClassName
{
border-color: #7E263D;
}
</style>