Shades of Paprika #7B3236
Tints of Paprika #7B3236
RGB
CMYK
RGB Variations
Color information
#7B3236 (or 0x7B3236) is known color: Paprika. HEX triplet: 7B, 32 and 36. RGB value is (123,50,54). Sum of RGB (Red+Green+Blue) = 123+50+54=227 (30% of max value = 765). Red value is 123 (48.44% from 255 or 54.19% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3236 is #84CDC9. Grayscale: #484848. Windows color (decimal): -8703434 or 3551867. OLE color: 3551867.
HSL color Cylindrical-coordinate representation of color #7B3236: hue angle of 356.71º degrees, saturation: 0.42, 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 #7B3236 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 50 | 54 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.52 |
| HSL | 356.71º | 0.42% | 0.34% | - |
| HSV(B) | 356.71º | 0.59% | 0.48% | - |
| XYZ | 9.97 | 6.76 | 4.27 | - |
| YUV | 72.28 | 117.68 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 54 | 0 | 0.59 | 0.56 | 0.52 | 356.71 | 0.42 | 0.34 |
| Hex | 7B | 32 | 36 | 0 | 3B | 38 | 34 | 165 | 2A | 22 |
| Octal | 173 | 62 | 66 | 0 | 73 | 70 | 64 | 545 | 52 | 42 |
| Binary | 1111011 | 110010 | 110110 | 0 | 111011 | 111000 | 110100 | 101100101 | 101010 | 100010 |
Color Harmonies of #7B3236
Complementary color
Monochromatic Colors of #7B3236
Black with #7B3236
Text Example
Text Example
White with #7B3236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3236; }
p { color: rgb(123,50,54); }
H1.HeaderClassName
{
color: #7B3236;
}
.AnyTagClassName
{
color: #7B3236;
}
</style>
background-color css
<style>
a { background-color: #7B3236; }
a { background-color: rgb(123,50,54); }
div.DivClassName
{
background-color: #7B3236;
}
.BgClassName
{
background-color: #7B3236;
}
</style>
border-color css
<style>
span { border-color: #7B3236; }
span { border-color: rgb(123,50,54); }
td.TdClassName
{
border-color: #7B3236;
}
.TagClassName
{
border-color: #7B3236;
}
</style>