Shades of Paprika #7E253F
Tints of Paprika #7E253F
RGB
CMYK
RGB Variations
Color information
#7E253F (or 0x7E253F) is known color: Paprika. HEX triplet: 7E, 25 and 3F. RGB value is (126,37,63). Sum of RGB (Red+Green+Blue) = 126+37+63=226 (29% of max value = 765). Red value is 126 (49.61% from 255 or 55.75% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 126 - color contains mainly: red. Hex color #7E253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E253F is #81DAC0. Grayscale: #424242. Windows color (decimal): -8510145 or 4138366. OLE color: 4138366.
HSL color Cylindrical-coordinate representation of color #7E253F: hue angle of 342.47º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E253F is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 37 | 63 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.51 |
| HSL | 342.47º | 0.55% | 0.32% | - |
| HSV(B) | 342.47º | 0.71% | 0.49% | - |
| XYZ | 10.16 | 6.12 | 5.35 | - |
| YUV | 66.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 37 | 63 | 0 | 0.71 | 0.50 | 0.51 | 342.47 | 0.55 | 0.32 |
| Hex | 7E | 25 | 3F | 0 | 47 | 32 | 33 | 156 | 37 | 20 |
| Octal | 176 | 45 | 77 | 0 | 107 | 62 | 63 | 526 | 67 | 40 |
| Binary | 1111110 | 100101 | 111111 | 0 | 1000111 | 110010 | 110011 | 101010110 | 110111 | 100000 |
Color Harmonies of #7E253F
Complementary color
Monochromatic Colors of #7E253F
Black with #7E253F
Text Example
Text Example
White with #7E253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E253F; }
p { color: rgb(126,37,63); }
H1.HeaderClassName
{
color: #7E253F;
}
.AnyTagClassName
{
color: #7E253F;
}
</style>
background-color css
<style>
a { background-color: #7E253F; }
a { background-color: rgb(126,37,63); }
div.DivClassName
{
background-color: #7E253F;
}
.BgClassName
{
background-color: #7E253F;
}
</style>
border-color css
<style>
span { border-color: #7E253F; }
span { border-color: rgb(126,37,63); }
td.TdClassName
{
border-color: #7E253F;
}
.TagClassName
{
border-color: #7E253F;
}
</style>