Shades of Paprika #7E3334
Tints of Paprika #7E3334
RGB
CMYK
RGB Variations
Color information
#7E3334 (or 0x7E3334) is known color: Paprika. HEX triplet: 7E, 33 and 34. RGB value is (126,51,52). Sum of RGB (Red+Green+Blue) = 126+51+52=229 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.02% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3334 is #81CCCB. Grayscale: #494949. Windows color (decimal): -8506572 or 3421054. OLE color: 3421054.
HSL color Cylindrical-coordinate representation of color #7E3334: hue angle of 359.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 #7E3334 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 52 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.51 |
| HSL | 359.2º | 0.42% | 0.35% | - |
| HSV(B) | 359.2º | 0.6% | 0.49% | - |
| XYZ | 10.41 | 7.05 | 4.06 | - |
| YUV | 73.54 | 115.85 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 52 | 0 | 0.60 | 0.59 | 0.51 | 359.2 | 0.42 | 0.35 |
| Hex | 7E | 33 | 34 | 0 | 3C | 3B | 33 | 167 | 2A | 23 |
| Octal | 176 | 63 | 64 | 0 | 74 | 73 | 63 | 547 | 52 | 43 |
| Binary | 1111110 | 110011 | 110100 | 0 | 111100 | 111011 | 110011 | 101100111 | 101010 | 100011 |
Color Harmonies of #7E3334
Complementary color
Monochromatic Colors of #7E3334
Black with #7E3334
Text Example
Text Example
White with #7E3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3334; }
p { color: rgb(126,51,52); }
H1.HeaderClassName
{
color: #7E3334;
}
.AnyTagClassName
{
color: #7E3334;
}
</style>
background-color css
<style>
a { background-color: #7E3334; }
a { background-color: rgb(126,51,52); }
div.DivClassName
{
background-color: #7E3334;
}
.BgClassName
{
background-color: #7E3334;
}
</style>
border-color css
<style>
span { border-color: #7E3334; }
span { border-color: rgb(126,51,52); }
td.TdClassName
{
border-color: #7E3334;
}
.TagClassName
{
border-color: #7E3334;
}
</style>