Shades of Paprika #7F323B
Tints of Paprika #7F323B
RGB
CMYK
RGB Variations
Color information
#7F323B (or 0x7F323B) is known color: Paprika. HEX triplet: 7F, 32 and 3B. RGB value is (127,50,59). Sum of RGB (Red+Green+Blue) = 127+50+59=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F323B is #80CDC4. Grayscale: #4A4A4A. Windows color (decimal): -8441285 or 3879551. OLE color: 3879551.
HSL color Cylindrical-coordinate representation of color #7F323B: hue angle of 352.99º 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 #7F323B is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 50 | 59 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.50 |
| HSL | 352.99º | 0.44% | 0.35% | - |
| HSV(B) | 352.99º | 0.61% | 0.5% | - |
| XYZ | 10.68 | 7.11 | 4.95 | - |
| YUV | 74.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 50 | 59 | 0 | 0.61 | 0.54 | 0.50 | 352.99 | 0.44 | 0.35 |
| Hex | 7F | 32 | 3B | 0 | 3D | 36 | 32 | 161 | 2C | 23 |
| Octal | 177 | 62 | 73 | 0 | 75 | 66 | 62 | 541 | 54 | 43 |
| Binary | 1111111 | 110010 | 111011 | 0 | 111101 | 110110 | 110010 | 101100001 | 101100 | 100011 |
Color Harmonies of #7F323B
Complementary color
Monochromatic Colors of #7F323B
Black with #7F323B
Text Example
Text Example
White with #7F323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F323B; }
p { color: rgb(127,50,59); }
H1.HeaderClassName
{
color: #7F323B;
}
.AnyTagClassName
{
color: #7F323B;
}
</style>
background-color css
<style>
a { background-color: #7F323B; }
a { background-color: rgb(127,50,59); }
div.DivClassName
{
background-color: #7F323B;
}
.BgClassName
{
background-color: #7F323B;
}
</style>
border-color css
<style>
span { border-color: #7F323B; }
span { border-color: rgb(127,50,59); }
td.TdClassName
{
border-color: #7F323B;
}
.TagClassName
{
border-color: #7F323B;
}
</style>