Shades of Paprika #7B293D
Tints of Paprika #7B293D
RGB
CMYK
RGB Variations
Color information
#7B293D (or 0x7B293D) is known color: Paprika. HEX triplet: 7B, 29 and 3D. RGB value is (123,41,61). Sum of RGB (Red+Green+Blue) = 123+41+61=225 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.67% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 123 - color contains mainly: red. Hex color #7B293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B293D is #84D6C2. Grayscale: #434343. Windows color (decimal): -8705731 or 4008315. OLE color: 4008315.
HSL color Cylindrical-coordinate representation of color #7B293D: hue angle of 345.37º degrees, saturation: 0.5, 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 #7B293D is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 41 | 61 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.52 |
| HSL | 345.37º | 0.5% | 0.32% | - |
| HSV(B) | 345.37º | 0.67% | 0.48% | - |
| XYZ | 9.8 | 6.13 | 5.08 | - |
| YUV | 67.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 61 | 0 | 0.67 | 0.50 | 0.52 | 345.37 | 0.5 | 0.32 |
| Hex | 7B | 29 | 3D | 0 | 43 | 32 | 34 | 159 | 32 | 20 |
| Octal | 173 | 51 | 75 | 0 | 103 | 62 | 64 | 531 | 62 | 40 |
| Binary | 1111011 | 101001 | 111101 | 0 | 1000011 | 110010 | 110100 | 101011001 | 110010 | 100000 |
Color Harmonies of #7B293D
Complementary color
Monochromatic Colors of #7B293D
Black with #7B293D
Text Example
Text Example
White with #7B293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B293D; }
p { color: rgb(123,41,61); }
H1.HeaderClassName
{
color: #7B293D;
}
.AnyTagClassName
{
color: #7B293D;
}
</style>
background-color css
<style>
a { background-color: #7B293D; }
a { background-color: rgb(123,41,61); }
div.DivClassName
{
background-color: #7B293D;
}
.BgClassName
{
background-color: #7B293D;
}
</style>
border-color css
<style>
span { border-color: #7B293D; }
span { border-color: rgb(123,41,61); }
td.TdClassName
{
border-color: #7B293D;
}
.TagClassName
{
border-color: #7B293D;
}
</style>