Shades of Paprika #7B2835
Tints of Paprika #7B2835
RGB
CMYK
RGB Variations
Color information
#7B2835 (or 0x7B2835) is known color: Paprika. HEX triplet: 7B, 28 and 35. RGB value is (123,40,53). Sum of RGB (Red+Green+Blue) = 123+40+53=216 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.94% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2835 is #84D7CA. Grayscale: #424242. Windows color (decimal): -8705995 or 3483771. OLE color: 3483771.
HSL color Cylindrical-coordinate representation of color #7B2835: hue angle of 350.6º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B2835 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 40 | 53 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.52 |
| HSL | 350.6º | 0.51% | 0.32% | - |
| HSV(B) | 350.6º | 0.67% | 0.48% | - |
| XYZ | 9.57 | 5.99 | 4.02 | - |
| YUV | 66.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 40 | 53 | 0 | 0.67 | 0.57 | 0.52 | 350.6 | 0.51 | 0.32 |
| Hex | 7B | 28 | 35 | 0 | 43 | 39 | 34 | 15F | 33 | 20 |
| Octal | 173 | 50 | 65 | 0 | 103 | 71 | 64 | 537 | 63 | 40 |
| Binary | 1111011 | 101000 | 110101 | 0 | 1000011 | 111001 | 110100 | 101011111 | 110011 | 100000 |
Color Harmonies of #7B2835
Complementary color
Monochromatic Colors of #7B2835
Black with #7B2835
Text Example
Text Example
White with #7B2835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2835; }
p { color: rgb(123,40,53); }
H1.HeaderClassName
{
color: #7B2835;
}
.AnyTagClassName
{
color: #7B2835;
}
</style>
background-color css
<style>
a { background-color: #7B2835; }
a { background-color: rgb(123,40,53); }
div.DivClassName
{
background-color: #7B2835;
}
.BgClassName
{
background-color: #7B2835;
}
</style>
border-color css
<style>
span { border-color: #7B2835; }
span { border-color: rgb(123,40,53); }
td.TdClassName
{
border-color: #7B2835;
}
.TagClassName
{
border-color: #7B2835;
}
</style>