Shades of Paprika #7B3340
Tints of Paprika #7B3340
RGB
CMYK
RGB Variations
Color information
#7B3340 (or 0x7B3340) is known color: Paprika. HEX triplet: 7B, 33 and 40. RGB value is (123,51,64). Sum of RGB (Red+Green+Blue) = 123+51+64=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3340 is #84CCBF. Grayscale: #4A4A4A. Windows color (decimal): -8703168 or 4207483. OLE color: 4207483.
HSL color Cylindrical-coordinate representation of color #7B3340: hue angle of 349.17º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B3340 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 51 | 64 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.52 |
| HSL | 349.17º | 0.41% | 0.34% | - |
| HSV(B) | 349.17º | 0.59% | 0.48% | - |
| XYZ | 10.28 | 6.95 | 5.65 | - |
| YUV | 74.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 51 | 64 | 0 | 0.59 | 0.48 | 0.52 | 349.17 | 0.41 | 0.34 |
| Hex | 7B | 33 | 40 | 0 | 3B | 30 | 34 | 15D | 29 | 22 |
| Octal | 173 | 63 | 100 | 0 | 73 | 60 | 64 | 535 | 51 | 42 |
| Binary | 1111011 | 110011 | 1000000 | 0 | 111011 | 110000 | 110100 | 101011101 | 101001 | 100010 |
Color Harmonies of #7B3340
Complementary color
Monochromatic Colors of #7B3340
Black with #7B3340
Text Example
Text Example
White with #7B3340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3340; }
p { color: rgb(123,51,64); }
H1.HeaderClassName
{
color: #7B3340;
}
.AnyTagClassName
{
color: #7B3340;
}
</style>
background-color css
<style>
a { background-color: #7B3340; }
a { background-color: rgb(123,51,64); }
div.DivClassName
{
background-color: #7B3340;
}
.BgClassName
{
background-color: #7B3340;
}
</style>
border-color css
<style>
span { border-color: #7B3340; }
span { border-color: rgb(123,51,64); }
td.TdClassName
{
border-color: #7B3340;
}
.TagClassName
{
border-color: #7B3340;
}
</style>