Shades of Paprika #7B2C34
Tints of Paprika #7B2C34
RGB
CMYK
RGB Variations
Color information
#7B2C34 (or 0x7B2C34) is known color: Paprika. HEX triplet: 7B, 2C and 34. RGB value is (123,44,52). Sum of RGB (Red+Green+Blue) = 123+44+52=219 (29% of max value = 765). Red value is 123 (48.44% from 255 or 56.16% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2C34 is #84D3CB. Grayscale: #444444. Windows color (decimal): -8704972 or 3419259. OLE color: 3419259.
HSL color Cylindrical-coordinate representation of color #7B2C34: hue angle of 353.92º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B2C34 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 44 | 52 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.52 |
| HSL | 353.92º | 0.47% | 0.33% | - |
| HSV(B) | 353.92º | 0.64% | 0.48% | - |
| XYZ | 9.69 | 6.26 | 3.95 | - |
| YUV | 68.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 44 | 52 | 0 | 0.64 | 0.58 | 0.52 | 353.92 | 0.47 | 0.33 |
| Hex | 7B | 2C | 34 | 0 | 40 | 3A | 34 | 162 | 2F | 21 |
| Octal | 173 | 54 | 64 | 0 | 100 | 72 | 64 | 542 | 57 | 41 |
| Binary | 1111011 | 101100 | 110100 | 0 | 1000000 | 111010 | 110100 | 101100010 | 101111 | 100001 |
Color Harmonies of #7B2C34
Complementary color
Monochromatic Colors of #7B2C34
Black with #7B2C34
Text Example
Text Example
White with #7B2C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2C34; }
p { color: rgb(123,44,52); }
H1.HeaderClassName
{
color: #7B2C34;
}
.AnyTagClassName
{
color: #7B2C34;
}
</style>
background-color css
<style>
a { background-color: #7B2C34; }
a { background-color: rgb(123,44,52); }
div.DivClassName
{
background-color: #7B2C34;
}
.BgClassName
{
background-color: #7B2C34;
}
</style>
border-color css
<style>
span { border-color: #7B2C34; }
span { border-color: rgb(123,44,52); }
td.TdClassName
{
border-color: #7B2C34;
}
.TagClassName
{
border-color: #7B2C34;
}
</style>