Shades of Paprika #7F333F
Tints of Paprika #7F333F
RGB
CMYK
RGB Variations
Color information
#7F333F (or 0x7F333F) is known color: Paprika. HEX triplet: 7F, 33 and 3F. RGB value is (127,51,63). Sum of RGB (Red+Green+Blue) = 127+51+63=241 (31% of max value = 765). Red value is 127 (50% from 255 or 52.70% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 127 - color contains mainly: red. Hex color #7F333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F333F is #80CCC0. Grayscale: #4B4B4B. Windows color (decimal): -8441025 or 4141951. OLE color: 4141951.
HSL color Cylindrical-coordinate representation of color #7F333F: hue angle of 350.53º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F333F is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 51 | 63 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.50 |
| HSL | 350.53º | 0.43% | 0.35% | - |
| HSV(B) | 350.53º | 0.6% | 0.5% | - |
| XYZ | 10.83 | 7.24 | 5.53 | - |
| YUV | 75.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 51 | 63 | 0 | 0.60 | 0.50 | 0.50 | 350.53 | 0.43 | 0.35 |
| Hex | 7F | 33 | 3F | 0 | 3C | 32 | 32 | 15F | 2B | 23 |
| Octal | 177 | 63 | 77 | 0 | 74 | 62 | 62 | 537 | 53 | 43 |
| Binary | 1111111 | 110011 | 111111 | 0 | 111100 | 110010 | 110010 | 101011111 | 101011 | 100011 |
Color Harmonies of #7F333F
Complementary color
Monochromatic Colors of #7F333F
Black with #7F333F
Text Example
Text Example
White with #7F333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F333F; }
p { color: rgb(127,51,63); }
H1.HeaderClassName
{
color: #7F333F;
}
.AnyTagClassName
{
color: #7F333F;
}
</style>
background-color css
<style>
a { background-color: #7F333F; }
a { background-color: rgb(127,51,63); }
div.DivClassName
{
background-color: #7F333F;
}
.BgClassName
{
background-color: #7F333F;
}
</style>
border-color css
<style>
span { border-color: #7F333F; }
span { border-color: rgb(127,51,63); }
td.TdClassName
{
border-color: #7F333F;
}
.TagClassName
{
border-color: #7F333F;
}
</style>