Shades of Paprika #7E333B
Tints of Paprika #7E333B
RGB
CMYK
RGB Variations
Color information
#7E333B (or 0x7E333B) is known color: Paprika. HEX triplet: 7E, 33 and 3B. RGB value is (126,51,59). Sum of RGB (Red+Green+Blue) = 126+51+59=236 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.39% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 126 - color contains mainly: red. Hex color #7E333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E333B is #81CCC4. Grayscale: #4A4A4A. Windows color (decimal): -8506565 or 3879806. OLE color: 3879806.
HSL color Cylindrical-coordinate representation of color #7E333B: hue angle of 353.6º 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 #7E333B is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 59 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.51 |
| HSL | 353.6º | 0.42% | 0.35% | - |
| HSV(B) | 353.6º | 0.6% | 0.49% | - |
| XYZ | 10.58 | 7.12 | 4.95 | - |
| YUV | 74.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 59 | 0 | 0.60 | 0.53 | 0.51 | 353.6 | 0.42 | 0.35 |
| Hex | 7E | 33 | 3B | 0 | 3C | 35 | 33 | 162 | 2A | 23 |
| Octal | 176 | 63 | 73 | 0 | 74 | 65 | 63 | 542 | 52 | 43 |
| Binary | 1111110 | 110011 | 111011 | 0 | 111100 | 110101 | 110011 | 101100010 | 101010 | 100011 |
Color Harmonies of #7E333B
Complementary color
Monochromatic Colors of #7E333B
Black with #7E333B
Text Example
Text Example
White with #7E333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E333B; }
p { color: rgb(126,51,59); }
H1.HeaderClassName
{
color: #7E333B;
}
.AnyTagClassName
{
color: #7E333B;
}
</style>
background-color css
<style>
a { background-color: #7E333B; }
a { background-color: rgb(126,51,59); }
div.DivClassName
{
background-color: #7E333B;
}
.BgClassName
{
background-color: #7E333B;
}
</style>
border-color css
<style>
span { border-color: #7E333B; }
span { border-color: rgb(126,51,59); }
td.TdClassName
{
border-color: #7E333B;
}
.TagClassName
{
border-color: #7E333B;
}
</style>