Shades of Paprika #7B313D
Tints of Paprika #7B313D
RGB
CMYK
RGB Variations
Color information
#7B313D (or 0x7B313D) is known color: Paprika. HEX triplet: 7B, 31 and 3D. RGB value is (123,49,61). Sum of RGB (Red+Green+Blue) = 123+49+61=233 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.79% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 123 - color contains mainly: red. Hex color #7B313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B313D is #84CEC2. Grayscale: #484848. Windows color (decimal): -8703683 or 4010363. OLE color: 4010363.
HSL color Cylindrical-coordinate representation of color #7B313D: hue angle of 350.27º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B313D is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 49 | 61 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.52 |
| HSL | 350.27º | 0.43% | 0.34% | - |
| HSV(B) | 350.27º | 0.6% | 0.48% | - |
| XYZ | 10.11 | 6.74 | 5.18 | - |
| YUV | 72.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 49 | 61 | 0 | 0.60 | 0.50 | 0.52 | 350.27 | 0.43 | 0.34 |
| Hex | 7B | 31 | 3D | 0 | 3C | 32 | 34 | 15E | 2B | 22 |
| Octal | 173 | 61 | 75 | 0 | 74 | 62 | 64 | 536 | 53 | 42 |
| Binary | 1111011 | 110001 | 111101 | 0 | 111100 | 110010 | 110100 | 101011110 | 101011 | 100010 |
Color Harmonies of #7B313D
Complementary color
Monochromatic Colors of #7B313D
Black with #7B313D
Text Example
Text Example
White with #7B313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B313D; }
p { color: rgb(123,49,61); }
H1.HeaderClassName
{
color: #7B313D;
}
.AnyTagClassName
{
color: #7B313D;
}
</style>
background-color css
<style>
a { background-color: #7B313D; }
a { background-color: rgb(123,49,61); }
div.DivClassName
{
background-color: #7B313D;
}
.BgClassName
{
background-color: #7B313D;
}
</style>
border-color css
<style>
span { border-color: #7B313D; }
span { border-color: rgb(123,49,61); }
td.TdClassName
{
border-color: #7B313D;
}
.TagClassName
{
border-color: #7B313D;
}
</style>