Shades of Paprika #7E333E
Tints of Paprika #7E333E
RGB
CMYK
RGB Variations
Color information
#7E333E (or 0x7E333E) is known color: Paprika. HEX triplet: 7E, 33 and 3E. RGB value is (126,51,62). Sum of RGB (Red+Green+Blue) = 126+51+62=239 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.72% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 126 - color contains mainly: red. Hex color #7E333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E333E is #81CCC1. Grayscale: #4A4A4A. Windows color (decimal): -8506562 or 4076414. OLE color: 4076414.
HSL color Cylindrical-coordinate representation of color #7E333E: hue angle of 351.2º 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 #7E333E is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 62 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.51 |
| HSL | 351.2º | 0.42% | 0.35% | - |
| HSV(B) | 351.2º | 0.6% | 0.49% | - |
| XYZ | 10.66 | 7.15 | 5.38 | - |
| YUV | 74.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 62 | 0 | 0.60 | 0.51 | 0.51 | 351.2 | 0.42 | 0.35 |
| Hex | 7E | 33 | 3E | 0 | 3C | 33 | 33 | 15F | 2A | 23 |
| Octal | 176 | 63 | 76 | 0 | 74 | 63 | 63 | 537 | 52 | 43 |
| Binary | 1111110 | 110011 | 111110 | 0 | 111100 | 110011 | 110011 | 101011111 | 101010 | 100011 |
Color Harmonies of #7E333E
Complementary color
Monochromatic Colors of #7E333E
Black with #7E333E
Text Example
Text Example
White with #7E333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E333E; }
p { color: rgb(126,51,62); }
H1.HeaderClassName
{
color: #7E333E;
}
.AnyTagClassName
{
color: #7E333E;
}
</style>
background-color css
<style>
a { background-color: #7E333E; }
a { background-color: rgb(126,51,62); }
div.DivClassName
{
background-color: #7E333E;
}
.BgClassName
{
background-color: #7E333E;
}
</style>
border-color css
<style>
span { border-color: #7E333E; }
span { border-color: rgb(126,51,62); }
td.TdClassName
{
border-color: #7E333E;
}
.TagClassName
{
border-color: #7E333E;
}
</style>