Shades of Paprika #7B313F
Tints of Paprika #7B313F
RGB
CMYK
RGB Variations
Color information
#7B313F (or 0x7B313F) is known color: Paprika. HEX triplet: 7B, 31 and 3F. RGB value is (123,49,63). Sum of RGB (Red+Green+Blue) = 123+49+63=235 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.34% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 123 - color contains mainly: red. Hex color #7B313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B313F is #84CEC0. Grayscale: #484848. Windows color (decimal): -8703681 or 4141435. OLE color: 4141435.
HSL color Cylindrical-coordinate representation of color #7B313F: hue angle of 348.65º 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 #7B313F is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 49 | 63 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.52 |
| HSL | 348.65º | 0.43% | 0.34% | - |
| HSV(B) | 348.65º | 0.6% | 0.48% | - |
| XYZ | 10.16 | 6.77 | 5.47 | - |
| YUV | 72.72 | 122.52 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 49 | 63 | 0 | 0.60 | 0.49 | 0.52 | 348.65 | 0.43 | 0.34 |
| Hex | 7B | 31 | 3F | 0 | 3C | 31 | 34 | 15D | 2B | 22 |
| Octal | 173 | 61 | 77 | 0 | 74 | 61 | 64 | 535 | 53 | 42 |
| Binary | 1111011 | 110001 | 111111 | 0 | 111100 | 110001 | 110100 | 101011101 | 101011 | 100010 |
Color Harmonies of #7B313F
Complementary color
Monochromatic Colors of #7B313F
Black with #7B313F
Text Example
Text Example
White with #7B313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B313F; }
p { color: rgb(123,49,63); }
H1.HeaderClassName
{
color: #7B313F;
}
.AnyTagClassName
{
color: #7B313F;
}
</style>
background-color css
<style>
a { background-color: #7B313F; }
a { background-color: rgb(123,49,63); }
div.DivClassName
{
background-color: #7B313F;
}
.BgClassName
{
background-color: #7B313F;
}
</style>
border-color css
<style>
span { border-color: #7B313F; }
span { border-color: rgb(123,49,63); }
td.TdClassName
{
border-color: #7B313F;
}
.TagClassName
{
border-color: #7B313F;
}
</style>