Shades of Paprika #7B2E40
Tints of Paprika #7B2E40
RGB
CMYK
RGB Variations
Color information
#7B2E40 (or 0x7B2E40) is known color: Paprika. HEX triplet: 7B, 2E and 40. RGB value is (123,46,64). Sum of RGB (Red+Green+Blue) = 123+46+64=233 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.79% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2E40 is #84D1BF. Grayscale: #474747. Windows color (decimal): -8704448 or 4206203. OLE color: 4206203.
HSL color Cylindrical-coordinate representation of color #7B2E40: hue angle of 345.97º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B2E40 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 46 | 64 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.52 |
| HSL | 345.97º | 0.46% | 0.33% | - |
| HSV(B) | 345.97º | 0.63% | 0.48% | - |
| XYZ | 10.07 | 6.54 | 5.58 | - |
| YUV | 71.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 46 | 64 | 0 | 0.63 | 0.48 | 0.52 | 345.97 | 0.46 | 0.33 |
| Hex | 7B | 2E | 40 | 0 | 3F | 30 | 34 | 15A | 2E | 21 |
| Octal | 173 | 56 | 100 | 0 | 77 | 60 | 64 | 532 | 56 | 41 |
| Binary | 1111011 | 101110 | 1000000 | 0 | 111111 | 110000 | 110100 | 101011010 | 101110 | 100001 |
Color Harmonies of #7B2E40
Complementary color
Monochromatic Colors of #7B2E40
Black with #7B2E40
Text Example
Text Example
White with #7B2E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2E40; }
p { color: rgb(123,46,64); }
H1.HeaderClassName
{
color: #7B2E40;
}
.AnyTagClassName
{
color: #7B2E40;
}
</style>
background-color css
<style>
a { background-color: #7B2E40; }
a { background-color: rgb(123,46,64); }
div.DivClassName
{
background-color: #7B2E40;
}
.BgClassName
{
background-color: #7B2E40;
}
</style>
border-color css
<style>
span { border-color: #7B2E40; }
span { border-color: rgb(123,46,64); }
td.TdClassName
{
border-color: #7B2E40;
}
.TagClassName
{
border-color: #7B2E40;
}
</style>