Shades of Paprika #7E2E3D
Tints of Paprika #7E2E3D
RGB
CMYK
RGB Variations
Color information
#7E2E3D (or 0x7E2E3D) is known color: Paprika. HEX triplet: 7E, 2E and 3D. RGB value is (126,46,61). Sum of RGB (Red+Green+Blue) = 126+46+61=233 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.08% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2E3D is #81D1C2. Grayscale: #474747. Windows color (decimal): -8507843 or 4009598. OLE color: 4009598.
HSL color Cylindrical-coordinate representation of color #7E2E3D: hue angle of 348.75º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E2E3D is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 46 | 61 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.51 |
| HSL | 348.75º | 0.47% | 0.34% | - |
| HSV(B) | 348.75º | 0.63% | 0.49% | - |
| XYZ | 10.42 | 6.73 | 5.16 | - |
| YUV | 71.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 46 | 61 | 0 | 0.63 | 0.52 | 0.51 | 348.75 | 0.47 | 0.34 |
| Hex | 7E | 2E | 3D | 0 | 3F | 34 | 33 | 15D | 2F | 22 |
| Octal | 176 | 56 | 75 | 0 | 77 | 64 | 63 | 535 | 57 | 42 |
| Binary | 1111110 | 101110 | 111101 | 0 | 111111 | 110100 | 110011 | 101011101 | 101111 | 100010 |
Color Harmonies of #7E2E3D
Complementary color
Monochromatic Colors of #7E2E3D
Black with #7E2E3D
Text Example
Text Example
White with #7E2E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2E3D; }
p { color: rgb(126,46,61); }
H1.HeaderClassName
{
color: #7E2E3D;
}
.AnyTagClassName
{
color: #7E2E3D;
}
</style>
background-color css
<style>
a { background-color: #7E2E3D; }
a { background-color: rgb(126,46,61); }
div.DivClassName
{
background-color: #7E2E3D;
}
.BgClassName
{
background-color: #7E2E3D;
}
</style>
border-color css
<style>
span { border-color: #7E2E3D; }
span { border-color: rgb(126,46,61); }
td.TdClassName
{
border-color: #7E2E3D;
}
.TagClassName
{
border-color: #7E2E3D;
}
</style>