Shades of Paprika #7E333F
Tints of Paprika #7E333F
RGB
CMYK
RGB Variations
Color information
#7E333F (or 0x7E333F) is known color: Paprika. HEX triplet: 7E, 33 and 3F. RGB value is (126,51,63). Sum of RGB (Red+Green+Blue) = 126+51+63=240 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.5% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 126 - color contains mainly: red. Hex color #7E333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E333F is #81CCC0. Grayscale: #4A4A4A. Windows color (decimal): -8506561 or 4141950. OLE color: 4141950.
HSL color Cylindrical-coordinate representation of color #7E333F: hue angle of 350.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E333F is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 63 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.51 |
| HSL | 350.4º | 0.42% | 0.35% | - |
| HSV(B) | 350.4º | 0.6% | 0.49% | - |
| XYZ | 10.69 | 7.16 | 5.52 | - |
| YUV | 74.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 63 | 0 | 0.60 | 0.50 | 0.51 | 350.4 | 0.42 | 0.35 |
| Hex | 7E | 33 | 3F | 0 | 3C | 32 | 33 | 15E | 2A | 23 |
| Octal | 176 | 63 | 77 | 0 | 74 | 62 | 63 | 536 | 52 | 43 |
| Binary | 1111110 | 110011 | 111111 | 0 | 111100 | 110010 | 110011 | 101011110 | 101010 | 100011 |
Color Harmonies of #7E333F
Complementary color
Monochromatic Colors of #7E333F
Black with #7E333F
Text Example
Text Example
White with #7E333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E333F; }
p { color: rgb(126,51,63); }
H1.HeaderClassName
{
color: #7E333F;
}
.AnyTagClassName
{
color: #7E333F;
}
</style>
background-color css
<style>
a { background-color: #7E333F; }
a { background-color: rgb(126,51,63); }
div.DivClassName
{
background-color: #7E333F;
}
.BgClassName
{
background-color: #7E333F;
}
</style>
border-color css
<style>
span { border-color: #7E333F; }
span { border-color: rgb(126,51,63); }
td.TdClassName
{
border-color: #7E333F;
}
.TagClassName
{
border-color: #7E333F;
}
</style>