Shades of Paprika #7B313A
Tints of Paprika #7B313A
RGB
CMYK
RGB Variations
Color information
#7B313A (or 0x7B313A) is known color: Paprika. HEX triplet: 7B, 31 and 3A. RGB value is (123,49,58). Sum of RGB (Red+Green+Blue) = 123+49+58=230 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.48% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 123 - color contains mainly: red. Hex color #7B313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B313A is #84CEC5. Grayscale: #484848. Windows color (decimal): -8703686 or 3813755. OLE color: 3813755.
HSL color Cylindrical-coordinate representation of color #7B313A: hue angle of 352.7º 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 #7B313A is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 49 | 58 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.52 |
| HSL | 352.7º | 0.43% | 0.34% | - |
| HSV(B) | 352.7º | 0.6% | 0.48% | - |
| XYZ | 10.03 | 6.71 | 4.77 | - |
| YUV | 72.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 49 | 58 | 0 | 0.60 | 0.53 | 0.52 | 352.7 | 0.43 | 0.34 |
| Hex | 7B | 31 | 3A | 0 | 3C | 35 | 34 | 161 | 2B | 22 |
| Octal | 173 | 61 | 72 | 0 | 74 | 65 | 64 | 541 | 53 | 42 |
| Binary | 1111011 | 110001 | 111010 | 0 | 111100 | 110101 | 110100 | 101100001 | 101011 | 100010 |
Color Harmonies of #7B313A
Complementary color
Monochromatic Colors of #7B313A
Black with #7B313A
Text Example
Text Example
White with #7B313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B313A; }
p { color: rgb(123,49,58); }
H1.HeaderClassName
{
color: #7B313A;
}
.AnyTagClassName
{
color: #7B313A;
}
</style>
background-color css
<style>
a { background-color: #7B313A; }
a { background-color: rgb(123,49,58); }
div.DivClassName
{
background-color: #7B313A;
}
.BgClassName
{
background-color: #7B313A;
}
</style>
border-color css
<style>
span { border-color: #7B313A; }
span { border-color: rgb(123,49,58); }
td.TdClassName
{
border-color: #7B313A;
}
.TagClassName
{
border-color: #7B313A;
}
</style>