Shades of Paprika #7E3338
Tints of Paprika #7E3338
RGB
CMYK
RGB Variations
Color information
#7E3338 (or 0x7E3338) is known color: Paprika. HEX triplet: 7E, 33 and 38. RGB value is (126,51,56). Sum of RGB (Red+Green+Blue) = 126+51+56=233 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.08% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3338 is #81CCC7. Grayscale: #4A4A4A. Windows color (decimal): -8506568 or 3683198. OLE color: 3683198.
HSL color Cylindrical-coordinate representation of color #7E3338: hue angle of 356º 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 #7E3338 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 56 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.51 |
| HSL | 356º | 0.42% | 0.35% | - |
| HSV(B) | 356º | 0.6% | 0.49% | - |
| XYZ | 10.5 | 7.09 | 4.56 | - |
| YUV | 74 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 56 | 0 | 0.60 | 0.56 | 0.51 | 356 | 0.42 | 0.35 |
| Hex | 7E | 33 | 38 | 0 | 3C | 38 | 33 | 164 | 2A | 23 |
| Octal | 176 | 63 | 70 | 0 | 74 | 70 | 63 | 544 | 52 | 43 |
| Binary | 1111110 | 110011 | 111000 | 0 | 111100 | 111000 | 110011 | 101100100 | 101010 | 100011 |
Color Harmonies of #7E3338
Complementary color
Monochromatic Colors of #7E3338
Black with #7E3338
Text Example
Text Example
White with #7E3338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3338; }
p { color: rgb(126,51,56); }
H1.HeaderClassName
{
color: #7E3338;
}
.AnyTagClassName
{
color: #7E3338;
}
</style>
background-color css
<style>
a { background-color: #7E3338; }
a { background-color: rgb(126,51,56); }
div.DivClassName
{
background-color: #7E3338;
}
.BgClassName
{
background-color: #7E3338;
}
</style>
border-color css
<style>
span { border-color: #7E3338; }
span { border-color: rgb(126,51,56); }
td.TdClassName
{
border-color: #7E3338;
}
.TagClassName
{
border-color: #7E3338;
}
</style>