Shades of Paprika #7B2E36
Tints of Paprika #7B2E36
RGB
CMYK
RGB Variations
Color information
#7B2E36 (or 0x7B2E36) is known color: Paprika. HEX triplet: 7B, 2E and 36. RGB value is (123,46,54). Sum of RGB (Red+Green+Blue) = 123+46+54=223 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.16% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2E36 is #84D1C9. Grayscale: #454545. Windows color (decimal): -8704458 or 3550843. OLE color: 3550843.
HSL color Cylindrical-coordinate representation of color #7B2E36: hue angle of 353.77º 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 #7B2E36 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 46 | 54 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.52 |
| HSL | 353.77º | 0.46% | 0.33% | - |
| HSV(B) | 353.77º | 0.63% | 0.48% | - |
| XYZ | 9.81 | 6.43 | 4.21 | - |
| YUV | 69.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 46 | 54 | 0 | 0.63 | 0.56 | 0.52 | 353.77 | 0.46 | 0.33 |
| Hex | 7B | 2E | 36 | 0 | 3F | 38 | 34 | 162 | 2E | 21 |
| Octal | 173 | 56 | 66 | 0 | 77 | 70 | 64 | 542 | 56 | 41 |
| Binary | 1111011 | 101110 | 110110 | 0 | 111111 | 111000 | 110100 | 101100010 | 101110 | 100001 |
Color Harmonies of #7B2E36
Complementary color
Monochromatic Colors of #7B2E36
Black with #7B2E36
Text Example
Text Example
White with #7B2E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2E36; }
p { color: rgb(123,46,54); }
H1.HeaderClassName
{
color: #7B2E36;
}
.AnyTagClassName
{
color: #7B2E36;
}
</style>
background-color css
<style>
a { background-color: #7B2E36; }
a { background-color: rgb(123,46,54); }
div.DivClassName
{
background-color: #7B2E36;
}
.BgClassName
{
background-color: #7B2E36;
}
</style>
border-color css
<style>
span { border-color: #7B2E36; }
span { border-color: rgb(123,46,54); }
td.TdClassName
{
border-color: #7B2E36;
}
.TagClassName
{
border-color: #7B2E36;
}
</style>