Shades of Paprika #7F3138
Tints of Paprika #7F3138
RGB
CMYK
RGB Variations
Color information
#7F3138 (or 0x7F3138) is known color: Paprika. HEX triplet: 7F, 31 and 38. RGB value is (127,49,56). Sum of RGB (Red+Green+Blue) = 127+49+56=232 (30% of max value = 765). Red value is 127 (50% from 255 or 54.74% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3138 is #80CEC7. Grayscale: #494949. Windows color (decimal): -8441544 or 3682687. OLE color: 3682687.
HSL color Cylindrical-coordinate representation of color #7F3138: hue angle of 354.62º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F3138 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 49 | 56 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.50 |
| HSL | 354.62º | 0.44% | 0.35% | - |
| HSV(B) | 354.62º | 0.61% | 0.5% | - |
| XYZ | 10.56 | 6.99 | 4.53 | - |
| YUV | 73.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 49 | 56 | 0 | 0.61 | 0.56 | 0.50 | 354.62 | 0.44 | 0.35 |
| Hex | 7F | 31 | 38 | 0 | 3D | 38 | 32 | 163 | 2C | 23 |
| Octal | 177 | 61 | 70 | 0 | 75 | 70 | 62 | 543 | 54 | 43 |
| Binary | 1111111 | 110001 | 111000 | 0 | 111101 | 111000 | 110010 | 101100011 | 101100 | 100011 |
Color Harmonies of #7F3138
Complementary color
Monochromatic Colors of #7F3138
Black with #7F3138
Text Example
Text Example
White with #7F3138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3138; }
p { color: rgb(127,49,56); }
H1.HeaderClassName
{
color: #7F3138;
}
.AnyTagClassName
{
color: #7F3138;
}
</style>
background-color css
<style>
a { background-color: #7F3138; }
a { background-color: rgb(127,49,56); }
div.DivClassName
{
background-color: #7F3138;
}
.BgClassName
{
background-color: #7F3138;
}
</style>
border-color css
<style>
span { border-color: #7F3138; }
span { border-color: rgb(127,49,56); }
td.TdClassName
{
border-color: #7F3138;
}
.TagClassName
{
border-color: #7F3138;
}
</style>